Skip to content

Commit dc4e153

Browse files
authored
Merge pull request #337 from tcorreabr/master
Fix events list text color
2 parents c2ab47b + 38f4def commit dc4e153

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_store
22
.sass-cache
33
*-temp.scss
4+
.vscode

src/_sass/gnome-shell/_common-3-28.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,6 +1602,7 @@ Gjs_ui_panel_ActivitiesButton.panel-button {
16021602
}
16031603

16041604
.events-list {
1605+
color: $text-secondary;
16051606
spacing: 12px;
16061607
text-shadow: none;
16071608
}

src/_sass/gnome-shell/widgets/_calendar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@
278278
}
279279

280280
.events-list {
281+
color: $text-secondary;
281282
spacing: 12px;
282283
text-shadow: none;
283284
}

0 commit comments

Comments
 (0)