Icons: better nightlight and notification history

This commit is contained in:
LemmyCook 2025-09-08 20:29:11 -04:00
parent 7e93e29f66
commit 8da2cdf430
3 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ NIconButton {
icon: Settings.data.notifications.doNotDisturb ? FontService.icons["bell_striked"] : FontService.icons["bell"]
tooltipText: Settings.data.notifications.doNotDisturb ? "Notification history.\nRight-click to disable 'Do Not Disturb'." : "Notification history.\nRight-click to enable 'Do Not Disturb'."
colorBg: Color.mSurfaceVariant
colorFg: Settings.data.notifications.doNotDisturb ? Color.mError : Color.mOnSurface
colorFg: Color.mOnSurface
colorBorder: Color.transparent
colorBorderHover: Color.transparent