mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Make auto add icon be a tad bit smaller
This commit is contained in:
parent
389a0d2810
commit
319c56f844
@ -1,5 +1,4 @@
|
||||
import { Badge, Flex, Icon } from '@chakra-ui/react';
|
||||
import { FaPlus } from 'react-icons/fa';
|
||||
import { Badge, Flex } from '@chakra-ui/react';
|
||||
|
||||
const AutoAddIcon = () => {
|
||||
return (
|
||||
@ -13,7 +12,7 @@ const AutoAddIcon = () => {
|
||||
>
|
||||
<Badge
|
||||
variant="solid"
|
||||
sx={{ bg: 'accent.400', _dark: { bg: 'accent.500' } }}
|
||||
sx={{ fontSize: 10, bg: 'accent.400', _dark: { bg: 'accent.500' } }}
|
||||
>
|
||||
auto
|
||||
</Badge>
|
||||
|
Loading…
Reference in New Issue
Block a user