feat: selected board style, boards spacing, text font size

This commit is contained in:
2025-08-16 09:20:01 +04:00
parent 3ece4677fb
commit 219689b947
9 changed files with 52 additions and 29 deletions

View File

@ -40,7 +40,12 @@ export const theme = createTheme({
Card: {
defaultProps: {
radius,
}
}
},
},
Text: {
defaultProps: {
size: "sm",
},
},
},
});