From: Jaehyun Cho Date: Fri, 29 Apr 2022 05:43:53 +0000 (+0900) Subject: [NUI] Apply Focused and Pressed BackgroundColor to TabButton X-Git-Tag: accepted/tizen/unified/20231205.024657~999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05d3c0788d9e7993ff04a5b05f15a16b8ba5d72d;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Apply Focused and Pressed BackgroundColor to TabButton --- diff --git a/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs b/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs index a16f417..26bf2d9 100755 --- a/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs +++ b/src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs @@ -551,7 +551,8 @@ namespace Tizen.NUI.Components { Normal = new Color("#FAFAFA"), Selected = new Color("#FFE0CC"), - Pressed = new Color("#FFE0CC"), + Pressed = new Color("#FFCAA8"), + Focused = new Color("#FAFAFA"), Disabled = new Color("#FAFAFA"), }, Text = new TextLabelStyle() @@ -563,6 +564,7 @@ namespace Tizen.NUI.Components Normal = new Color("#090E21"), Selected = new Color("#FF6200"), Pressed = new Color("#FF6200"), + Focused = new Color("#FF6200"), Disabled = new Color("#CACACA"), }, ThemeChangeSensitive = false, @@ -575,6 +577,7 @@ namespace Tizen.NUI.Components Normal = new Color("#090E21"), Selected = new Color("#FF6200"), Pressed = new Color("#FF6200"), + Focused = new Color("#FF6200"), Disabled = new Color("#CACACA"), }, },