Skip to content

Commit

Permalink
fix two more
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed May 10, 2023
1 parent 526b27d commit 62e15d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -136,7 +136,7 @@ export default {
&__title {
font-weight: bold;
color: var(--color-primary-element);
color: var(--color-main-text);
font-size: var(--default-font-size);
line-height: $clickable-area;
white-space: nowrap;
Expand Down
Expand Up @@ -533,7 +533,7 @@ $spacing: 4px;
margin-right: $spacing;
// Remove the left margin of material design icons to align text
margin-left: -2px;
color: var(--color-primary-element);
color: var(--color-primary-element-text);
width: var(--icon-size);
height: var(--icon-size);
}
Expand Down Expand Up @@ -562,7 +562,7 @@ $spacing: 4px;
// If switch is checked AND disabled, use the fade primary colour
&-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked &__icon > * {
color: var(--color-primary-element-light);
color: var(--color-primary-element-text);
}
$border-radius: calc(var(--default-clickable-area) / 2);
Expand Down

0 comments on commit 62e15d0

Please sign in to comment.