Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalaube committed Oct 29, 2024
1 parent 781b139 commit dfe2861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const defaultTheme: ThemeInterface = {
requireLabelColor: 'var(--require-label-color)',
labelsTextSize: '0.9em',
nestingSpacing: '1em',
nestedBackground: '#fafafa',
nestedBackground: 'var(--sidebar-bg-color)',
arrow: {
size: '1.1em',
color: theme => theme.colors.text.secondary,
Expand Down

0 comments on commit dfe2861

Please sign in to comment.