Fixed #5729 - Small size dbadge

This commit is contained in:
Cagatay Civici 2024-05-13 18:09:09 +03:00
parent 4455d6ec59
commit 97081aa039
4 changed files with 59 additions and 37 deletions

View file

@ -10,15 +10,20 @@ export default {
dot: {
size: '0.5rem'
},
sm: {
fontSize: '0.625rem',
minWidth: '1.25rem',
height: '1.25rem'
},
lg: {
fontSize: '1.125rem',
minWidth: '2.25rem',
height: '2.25rem'
fontSize: '0.875rem',
minWidth: '1.75rem',
height: '1.75rem'
},
xl: {
fontSize: '1.5rem',
minWidth: '3rem',
height: '3rem'
fontSize: '1rem',
minWidth: '2rem',
height: '2rem'
},
colorScheme: {
light: {