Skip to content

Commit

Permalink
Improved inset on search boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
manton committed May 21, 2024
1 parent a0bef91 commit e39a4d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/discover/tagmoji_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class TagmojiBar extends React.Component{
borderColor: App.theme_border_color(),
borderWidth: 1,
borderRadius: 15,
paddingHorizontal: 15,
paddingHorizontal: 10,
paddingVertical: 4,
minWidth: "89%",
color: App.theme_text_color()
Expand Down
2 changes: 1 addition & 1 deletion src/screens/pages/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class PagesScreen extends React.Component{
borderColor: App.theme_border_color(),
borderWidth: 1,
borderRadius: 15,
paddingHorizontal: 15,
paddingHorizontal: 10,
paddingVertical: 4,
minWidth: "85%",
color: App.theme_text_color()
Expand Down
2 changes: 1 addition & 1 deletion src/screens/posts/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class PostsScreen extends React.Component{
borderColor: App.theme_border_color(),
borderWidth: 1,
borderRadius: 15,
paddingHorizontal: 15,
paddingHorizontal: 10,
paddingVertical: 4,
minWidth: "85%",
color: App.theme_text_color()
Expand Down
2 changes: 1 addition & 1 deletion src/screens/uploads/uploads.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class UploadsScreen extends React.Component{
borderColor: App.theme_border_color(),
borderWidth: 1,
borderRadius: 15,
paddingHorizontal: 15,
paddingHorizontal: 10,
paddingVertical: 4,
minWidth: "85%",
color: App.theme_text_color()
Expand Down

0 comments on commit e39a4d1

Please sign in to comment.