Skip to content

Commit 55b9434

Browse files
committed
Fix contrast issues with the values block strapline by increasing the font size
1 parent 74b04c0 commit 55b9434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tbx/static_src/sass/components/_values.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
}
7575

7676
&__strapline {
77-
@include font-size('size-five');
77+
// Note that this is the minimum font size that will pass for all themes and modes
78+
@include font-size('size-four');
7879
color: var(--color--theme-primary);
7980
font-weight: $weight--semibold;
8081
margin-bottom: $spacer-mini-plus;

0 commit comments

Comments
 (0)