Skip to content

Commit

Permalink
unified colors with warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <dave@quobix.com>
  • Loading branch information
daveshanley committed Jul 20, 2023
1 parent 9133035 commit 79e79e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/transaction/transaction-view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default css`
color: var(--ok-color)
}
.http400 {
color: var(--warn-300);
color: var(--sl-color-warning-600);
}
.http500 {
color: var(--error-color);
Expand Down

0 comments on commit 79e79e7

Please sign in to comment.