💄 Icon selector style changes

This commit is contained in:
ajnart
2023-03-03 12:38:56 +09:00
parent 05423440f3
commit c6d8bcd574

View File

@@ -90,7 +90,8 @@ export const IconSelector = ({
} }
variant="default" variant="default"
withAsterisk withAsterisk
dropdownComponent={(props: any) => <ScrollArea {...props} mah={400} />} dropdownComponent={(props: any) => <ScrollArea {...props} mah={250} />}
dropdownPosition="bottom"
required required
onChange={(event) => { onChange={(event) => {
if (allowAppNamePropagation) { if (allowAppNamePropagation) {