feat: beautify the UI

This commit is contained in:
Arkaprabha Chakraborty
2026-03-01 15:13:07 +05:30
parent 042e746da2
commit 04a2a430cc
23 changed files with 362 additions and 112 deletions

View File

@@ -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',
},