rm pal.icon
This commit is contained in:
@@ -18,7 +18,6 @@ export interface UsePaletteValue {
|
||||
textLight: TextStyle
|
||||
textInverted: TextStyle
|
||||
link: TextStyle
|
||||
icon: TextStyle
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -57,9 +56,6 @@ export function usePalette(color: PaletteColorName): UsePaletteValue {
|
||||
link: {
|
||||
color: palette.link,
|
||||
},
|
||||
icon: {
|
||||
color: palette.icon,
|
||||
},
|
||||
}
|
||||
}, [theme, color])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user