mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
💄 Icon selector style changes
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user