Skip to content

Commit bc06aa5

Browse files
committed
display claps count properly on dark mode
1 parent 0d5c2ec commit bc06aa5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/App.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ a {
409409
.rowDetails .mediumRowItem {
410410
color: #000000;
411411
}
412-
412+
.dark .rowDetails .mediumRowItem {
413+
color:#FFFFFF;
414+
}
413415
.rowItemIcon {
414416
position: relative;
415417
top: 1px;

0 commit comments

Comments
 (0)