mirror of
https://github.com/arkorty/Expensso.git
synced 2026-03-17 16:41:43 +00:00
feat: beautify the UI
This commit is contained in:
@@ -545,6 +545,8 @@ function makeStyles(theme: MD3Theme) {
|
||||
marginHorizontal: spacing.xl,
|
||||
marginTop: spacing.md,
|
||||
borderRadius: shape.extraLarge,
|
||||
borderWidth: 1.5,
|
||||
borderColor: colors.outlineVariant,
|
||||
padding: spacing.xl,
|
||||
...elevation.level2,
|
||||
},
|
||||
@@ -586,6 +588,8 @@ function makeStyles(theme: MD3Theme) {
|
||||
backgroundColor: colors.surfaceContainerLow,
|
||||
marginHorizontal: spacing.xl,
|
||||
borderRadius: shape.large,
|
||||
borderWidth: 1,
|
||||
borderColor: colors.outlineVariant,
|
||||
padding: spacing.xl,
|
||||
alignItems: 'center',
|
||||
...elevation.level1,
|
||||
@@ -594,6 +598,8 @@ function makeStyles(theme: MD3Theme) {
|
||||
backgroundColor: colors.surfaceContainerLow,
|
||||
marginHorizontal: spacing.xl,
|
||||
borderRadius: shape.large,
|
||||
borderWidth: 1,
|
||||
borderColor: colors.outlineVariant,
|
||||
overflow: 'hidden',
|
||||
...elevation.level1,
|
||||
},
|
||||
@@ -610,7 +616,7 @@ function makeStyles(theme: MD3Theme) {
|
||||
listIcon: {
|
||||
width: 42,
|
||||
height: 42,
|
||||
borderRadius: 21,
|
||||
borderRadius: 4,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user