mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): bump badge fontsize to 10px
This commit is contained in:
parent
48f5e4f313
commit
f3c8e986a5
@ -1,7 +1,7 @@
|
|||||||
import { defineStyle, defineStyleConfig } from '@chakra-ui/react';
|
import { defineStyle, defineStyleConfig } from '@chakra-ui/react';
|
||||||
|
|
||||||
const baseStyle = defineStyle((props) => ({
|
const baseStyle = defineStyle((props) => ({
|
||||||
fontSize: '8px',
|
fontSize: '10px',
|
||||||
px: 2,
|
px: 2,
|
||||||
py: 1,
|
py: 1,
|
||||||
minW: 4,
|
minW: 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user