Add the ability to expand/collapse users in notifications
This commit is contained in:
@@ -10,6 +10,7 @@ export interface UsePaletteValue {
|
||||
textLight: TextStyle
|
||||
textInverted: TextStyle
|
||||
link: TextStyle
|
||||
icon: TextStyle
|
||||
}
|
||||
export function usePalette(color: PaletteColorName): UsePaletteValue {
|
||||
const palette = useTheme().palette[color]
|
||||
@@ -36,5 +37,8 @@ export function usePalette(color: PaletteColorName): UsePaletteValue {
|
||||
link: {
|
||||
color: palette.link,
|
||||
},
|
||||
icon: {
|
||||
color: palette.icon,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ export const defaultTheme: Theme = {
|
||||
textInverted: colors.white,
|
||||
link: colors.blue3,
|
||||
border: '#f0e9e9',
|
||||
icon: colors.gray2,
|
||||
icon: colors.gray3,
|
||||
|
||||
// non-standard
|
||||
textVeryLight: colors.gray4,
|
||||
|
||||
Reference in New Issue
Block a user