From 1f1a20e98ac63df91ac52a7987d707b56bbdd480 Mon Sep 17 00:00:00 2001 From: Andrey Mak Date: Sat, 18 May 2024 12:48:58 +0300 Subject: [PATCH] feat: add style for segmented button (#133) Signed-off-by: Andrey Mak --- CHANGELOG.md | 1 + generateFlavours/ui.theme.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e88d7..e5c51f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] ### Added +- (UI): Style segmented button ### Changed diff --git a/generateFlavours/ui.theme.json b/generateFlavours/ui.theme.json index f5603b0..3fda399 100644 --- a/generateFlavours/ui.theme.json +++ b/generateFlavours/ui.theme.json @@ -341,6 +341,12 @@ "endBackground": "accentColor", "startBackground": "accentColor" }, + "SegmentedButton": { + "focusedSelectedButtonColor": "secondaryBackground", + "selectedButtonColor": "secondaryBackground", + "selectedEndBorderColor": "secondaryBackground", + "selectedStartBorderColor": "secondaryBackground" + }, "Separator": { "separatorColor": "separatorColor" },