Skip to content

Commit

Permalink
center search bar text
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 31, 2024
1 parent 8700cc3 commit 16cac42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3197,6 +3197,7 @@ const styles = (theme: ThemeColors) =>
paddingHorizontal: 24,
backgroundColor: theme.hoverComponentBG,
borderRadius: variables.componentBorderRadiusRounded,
justifyContent: 'center',
},

searchContainerHovered: {
Expand Down Expand Up @@ -3703,10 +3704,6 @@ const styles = (theme: ThemeColors) =>
...flex.alignItemsCenter,
},

shareCodePage: {
paddingHorizontal: 38.5,
},

shareCodeContainer: {
width: '100%',
alignItems: 'center',
Expand Down

0 comments on commit 16cac42

Please sign in to comment.