Skip to content

Commit

Permalink
Master On-Off Switch: update widget colors
Browse files Browse the repository at this point in the history
[Issue] #1573
[Problem] Widget colors are outdated
[Solution]
 - Colors have been updated

Signed-off-by: Tomasz Lukawski <t.lukawski@samsung.com>
  • Loading branch information
TomaszLukawskiSam committed Feb 1, 2021
1 parent 54be953 commit b4a4588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/profile/mobile/common/masteronoffswitch.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}

&-on {
color: var(--color-white);
color: var(--primary-dark-color);
background-color: var(--master-on-off-on-color);
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/css/profile/mobile/themes/dark.variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@on-off-switch-divider-opacity: 15%;

@master-on-off-off-color: fade(@color-white, 17%);
@master-on-off-on-color: fade(@control-active-color, 40%);
@master-on-off-on-color: fade(@control-active-color, 32%);

@chip-background-color: @background-area-color;
@chip-border-color: #fafafa;
Expand Down
2 changes: 1 addition & 1 deletion src/css/profile/mobile/themes/light.variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@on-off-switch-divider-color: #c4c4c4;
@on-off-switch-divider-opacity: 100%;
@master-on-off-off-color: @color-white;
@master-on-off-on-color: fade(@control-active-color, 80%);
@master-on-off-on-color: #aad2fa;

@chip-background-color: #e5e5e5;
@chip-border-color: #252525;
Expand Down

0 comments on commit b4a4588

Please sign in to comment.