Skip to content

Commit

Permalink
Gui: improve spreadsheet foreground color in ProDark
Browse files Browse the repository at this point in the history
Fixes #940
  • Loading branch information
realthunder committed Jan 21, 2024
1 parent 883eff8 commit 2eaff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Stylesheets/ProDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@ QTableView {
}

SpreadsheetGui--SheetTableView {
qproperty-foregroundColor: #e0e0e0;
qproperty-foregroundColor: #505050;
qproperty-aliasForegroundColor: #202020;
}

Expand Down

0 comments on commit 2eaff09

Please sign in to comment.