Skip to content

Commit

Permalink
update text color for light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiTsybulskyi committed Apr 16, 2024
1 parent c39397c commit 87c4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Tree/JsonTree/JsonTreeTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface JsonTreeTheme {

export const jsonTreeTheme: JsonTreeTheme = {
node: {
label: 'font-mono text-anakiwa',
label: 'font-mono text-anakiwa light:text-blue-500',
delimiter: 'pr-1',
symbol: 'px-1 opacity-50 font-mono',
value: '',
Expand Down

0 comments on commit 87c4de7

Please sign in to comment.