Skip to content

Commit

Permalink
fix(ui): selected text stands out amongst non-selected text
Browse files Browse the repository at this point in the history
closes #111
  • Loading branch information
sgoudham committed Dec 7, 2023
1 parent 8aa673b commit e660f9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

### Fixed

- (UI): `TextField.selectionBackground` no longer matches `TextField.background`. Selected text should now clearly stand
out compared to non-selected text.

### Security

## 3.2.1 - 2023-10-31
Expand Down
3 changes: 2 additions & 1 deletion generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@
"background": "panelBackground"
},
"TextField": {
"background": "secondaryBackground"
"background": "secondaryBackground",
"selectionBackground": "{{isLatte (opacityWithHex surface0 0.4) surface2}}"
},
"ToggleButton": {
"buttonColor": "primaryForeground",
Expand Down

0 comments on commit e660f9d

Please sign in to comment.