Skip to content

Commit

Permalink
fix: execute icon colour in dark mode (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Aug 1, 2023
1 parent 65d2663 commit 9fd937a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/tx/SignOrExecuteForm/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
color: var(--color-secondary-dark);
}

[data-theme='dark'] .execute {
background-color: var(--color-success-background);
}

[data-theme='dark'] .execute svg {
color: var(--color-success-dark);
}

.params {
margin-bottom: var(--space-2);
}
Expand Down

0 comments on commit 9fd937a

Please sign in to comment.