Skip to content

Commit

Permalink
use variables.componentBorderRadiusLarge as variable for padding
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt committed Jun 15, 2024
1 parent 84c13ea commit f4c4476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ const styles = (theme: ThemeColors) =>

createMenuContainer: {
width: variables.sideBarWidth - 40,
paddingVertical: 16,
paddingVertical: variables.componentBorderRadiusLarge,
},

createMenuHeaderText: {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/utils/generators/ModalStyleUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const createModalStyleUtils: StyleUtilGenerator<GetModalStylesStyleUtil> = ({the
width: '100%',
borderTopLeftRadius: variables.componentBorderRadiusLarge,
borderTopRightRadius: variables.componentBorderRadiusLarge,
paddingTop: 16,
paddingTop: variables.componentBorderRadiusLarge,
justifyContent: 'center',
overflow: 'hidden',
};
Expand Down

0 comments on commit f4c4476

Please sign in to comment.