Skip to content

Commit 375c336

Browse files
Sunyang730mergify[bot]
authored andcommitted
feat(typography): update body typography (#1442)
* fix(quick-search): update border radius to follow BDL (#1439) * feat(typography): update body typography fixes #1441 BREAKING CHANGE: The color of the body will be default to #222 which is the bdl-gray * feat(typography): update letter spacing for common typography BREAKING CHANGE: The letter spacing for common typography will now be px instead of em. Please check scaling.
1 parent e5e1e02 commit 375c336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ $bdl-line-height: 20px;
195195
@mixin common-typography {
196196
@include fonts;
197197

198-
color: $better-black;
199-
letter-spacing: .01em;
198+
color: $bdl-gray;
199+
letter-spacing: .3px;
200200
line-height: $bdl-line-height;
201201
}
202202

0 commit comments

Comments
 (0)