move theme to styling

This commit is contained in:
Benjamin Palko 2025-09-05 17:30:09 -04:00
parent 467c9bc0e3
commit 4375f6e13d
36 changed files with 68 additions and 67 deletions

View file

@ -10,7 +10,7 @@ import QtQuick.Layouts
StyledPopupWindow {
id: root
backgroundColor: Theme.palette.base300
backgroundColor: Styling.theme.base300
margins: 16
radius: 8
@ -32,7 +32,7 @@ StyledPopupWindow {
StyledLabel {
Layout.columnSpan: 2
color: Theme.palette.base200
color: Styling.theme.base200
StyledListView {
id: notifications