Skip to content

Commit

Permalink
feat: customise settings' focused row background
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Jan 1, 2021
1 parent ff40163 commit 9612281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generators/mkui.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ function mkui({ ui, code }) {
'settings.checkboxBorder': ui.border.hex(),
'settings.textInputBorder': ui.border.hex(),
'settings.numberInputBorder': ui.border.hex(),
'settings.focusedRowBackground': `${ui.highlight.line.hex()}09`,

/**
* Breadcrumbs
Expand Down

0 comments on commit 9612281

Please sign in to comment.