feat(ui): bump badge fontsize to 10px

This commit is contained in:
psychedelicious 2024-01-02 10:47:00 +11:00 committed by Kent Keirsey
parent 48f5e4f313
commit f3c8e986a5

View File

@ -1,7 +1,7 @@
import { defineStyle, defineStyleConfig } from '@chakra-ui/react';
const baseStyle = defineStyle((props) => ({
fontSize: '8px',
fontSize: '10px',
px: 2,
py: 1,
minW: 4,