Skip to content

Commit 1235bc4

Browse files
committed
change variable name
1 parent 12056d3 commit 1235bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/theme/cinnamon-sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $destructive_color: #ff7b63;
1818
$warning_color: #f8e45c;
1919
$warning_bg_color: #cd9309;
2020

21-
$notification_bg_color: #ef2591;
21+
$notification_badge_bg_color: #ef2591;
2222

2323
$accent_color: #78aeed;
2424
$accent_bg_color: #3584e4;

data/theme/cinnamon-sass/widgets/_windowlist.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
&-notifications-badge {
8787
border-radius: 9999px;
8888
color: $fg_color;
89-
background-color: $notification_bg_color;
89+
background-color: $notification_badge_bg_color;
9090
}
9191

9292
&-notifications-badge-label {

0 commit comments

Comments
 (0)