Skip to content

Commit e13dfb3

Browse files
authored
PD-5221 add more contrast to 2fa text (#2802)
Co-authored-by: andrej romanov <50377758+auumgn@users.noreply.github.com>
1 parent 745deeb commit e13dfb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/account-settings/components/settings-security-two-factor-auth/settings-security-two-factor-auth.component.scss-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
.on {
16-
color: map-get($foreground, 'brand-primary-dark');
16+
color: map-get($foreground, 'brand-primary-darkest');
1717
}
1818
}
1919

src/app/cdk/account-panel/settings-panels/settings-panels.component.scss-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434

3535
.on {
36-
color: map-get($foreground, 'brand-primary-dark');
36+
color: map-get($foreground, 'brand-primary-darkest');
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)