fix: styles for light mode (#1645)
This commit is contained in:
@@ -70,6 +70,7 @@ export const IconPicker = ({ initialValue, onChange, error, onFocus, onBlur }: I
|
||||
overflow: "visible",
|
||||
cursor: "pointer",
|
||||
}}
|
||||
withBorder
|
||||
>
|
||||
<Box w={25} h={25}>
|
||||
<Image src={item.url} w={25} h={25} radius="md" />
|
||||
|
||||
Reference in New Issue
Block a user