Skip to content

Commit

Permalink
Fix not visible clock arrow icon in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Dec 22, 2024
1 parent 45f07da commit ba65adf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/resources/uiThemes/dark/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -856,4 +856,11 @@
background:url(../../images/icons/upload_dark.svg) center center;
background-repeat: no-repeat;
background-size: contain;
}
}


.io-block .io-virtual-content .header svg {
stroke: #ffff;
}


0 comments on commit ba65adf

Please sign in to comment.