Skip to content

Commit

Permalink
fix(admin-ui): Fix code editor border color for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 23, 2023
1 parent c077e15 commit 9eb9d9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
min-height: 6rem;
background-color: var(--color-json-editor-background-color);
color: var(--color-json-editor-text);
border: 1px solid var(--color-component-border-200);
border: 1px solid var(--color-weight-200);
border-radius: 3px;
padding: 6px;
tab-size: 4;
Expand Down

0 comments on commit 9eb9d9d

Please sign in to comment.