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

@@ -126,6 +126,8 @@ function makeStyles(theme: MD3Theme) {
marginTop: spacing.xl,
backgroundColor: colors.surfaceContainerLow,
borderRadius: shape.large,
borderWidth: 1,
borderColor: colors.outlineVariant,
padding: spacing.xl,
...elevation.level1,
},
@@ -164,7 +166,7 @@ function makeStyles(theme: MD3Theme) {
legendDot: {
width: 10,
height: 10,
borderRadius: 5,
borderRadius: 2,
},
legendText: {
flex: 1,