Skip to content

Commit

Permalink
fix(trello): Fix button on dark mode
Browse files Browse the repository at this point in the history
Closes #2201
  • Loading branch information
nunofmn authored and Alissonsz committed Jun 9, 2023
1 parent 30e3b6f commit b168d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ SingleTaskPaneToolbar .toggl-button.asana-board, /* new ui v1 */
.toggl-button.trello {
text-decoration: none;
cursor: pointer;
color: #737373;
color: var(--ds-text) !important;
}

.toggl-button.trello:not(.toggl-button-edit-form-button) svg {
Expand Down

0 comments on commit b168d63

Please sign in to comment.