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