perf: app detail

This commit is contained in:
archer
2023-07-25 13:15:41 +08:00
parent 3adb97b396
commit c16e2b8dd6
29 changed files with 39 additions and 19 deletions

View File

@@ -293,6 +293,12 @@ export const theme = extendTheme({
md: '1px solid #DAE0E2',
lg: '1px solid #D0E0E2'
},
shadows: {
sm: '0 0 5px rgba(0,0,0,0.1)',
md: '0 0 8px rgba(0,0,0,0.1)',
base: '0 0 10px rgba(0,0,0,0.15)',
lg: '0 0 10px rgba(0,0,0,0.2)'
},
breakpoints: {
sm: '900px',
md: '1200px',