feat(ui): tweak badge styles

This commit is contained in:
psychedelicious 2024-01-04 18:05:59 +11:00 committed by Kent Keirsey
parent 360b6cb286
commit d3b6d86e74

View File

@ -1,7 +1,7 @@
import { defineStyle, defineStyleConfig } from '@chakra-ui/react';
const baseStyle = defineStyle((props) => ({
fontSize: 10,
fontSize: 9,
px: 2,
py: 1,
minW: 4,
@ -10,7 +10,7 @@ const baseStyle = defineStyle((props) => ({
bg: `${props.colorScheme}.200`,
color: 'base.900',
fontWeight: 'bold',
letterSpacing: 0.5,
letterSpacing: 0.6,
wordBreak: 'break-all',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',