Skip to content

Commit 504b6af

Browse files
committed
fixed TodoListPercentage styling
1 parent 686b9bc commit 504b6af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

browser/components/TodoListPercentage.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ body[data-theme="monokai"]
6262

6363
body[data-theme="dracula"]
6464
.percentageBar
65-
background-color #50fa7b
65+
background-color $ui-dracula-borderColor
6666

6767
.progressBar
68-
background-color: #44475a
68+
background-color: $ui-dracula-active-color
6969

7070
.percentageText
71-
color #f8f8f2
71+
color $ui-dracula-text-color

0 commit comments

Comments
 (0)