Skip to content

Commit

Permalink
feat: add style for segmented button (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Mak <[email protected]>
  • Loading branch information
darkenmay authored May 18, 2024
1 parent 506e8d0 commit 1f1a20e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

### Added
- (UI): Style segmented button

### Changed

Expand Down
6 changes: 6 additions & 0 deletions generateFlavours/ui.theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@
"endBackground": "accentColor",
"startBackground": "accentColor"
},
"SegmentedButton": {
"focusedSelectedButtonColor": "secondaryBackground",
"selectedButtonColor": "secondaryBackground",
"selectedEndBorderColor": "secondaryBackground",
"selectedStartBorderColor": "secondaryBackground"
},
"Separator": {
"separatorColor": "separatorColor"
},
Expand Down

0 comments on commit 1f1a20e

Please sign in to comment.