Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dc6ce00

Browse files
committed
Merge branch 'develop'
2 parents 894c1f6 + 60468ce commit dc6ce00

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
3333
"test": "npm run lint && npm run jest"
3434
},
35-
"version": "0.5.9",
35+
"version": "0.5.10",
3636
"dependencies": {
3737
"prop-types": "^15.6.2",
3838
"react": "^16.4.1",

Diff for: src/styles/_mixins/typography.scss

+5-13
Original file line numberDiff line numberDiff line change
@@ -126,44 +126,36 @@
126126
@mixin tc-heading-xl {
127127
@include roboto-light;
128128

129-
color: $tc-black;
130-
font-size: 42px;
131-
line-height: 50px;
132-
}
133-
134-
@mixin tc-heading-lg {
135-
@include roboto-light;
136-
137129
color: $tc-black;
138130
font-size: 36px;
139131
line-height: 45px;
140132
}
141133

142-
@mixin tc-heading-md {
134+
@mixin tc-heading-lg {
143135
@include roboto-regular;
144136

145137
color: $tc-black;
146138
font-size: 28px;
147139
line-height: 35px;
148140
}
149141

150-
@mixin tc-heading-sm {
142+
@mixin tc-heading-md {
151143
@include roboto-regular;
152144

153145
color: $tc-black;
154146
font-size: 20px;
155-
line-height: 35px;
147+
line-height: 30px;
156148
}
157149

158-
@mixin tc-heading-xs {
150+
@mixin tc-heading-sm {
159151
@include roboto-bold;
160152

161153
color: $tc-black;
162154
font-size: 15px;
163155
line-height: 25px;
164156
}
165157

166-
@mixin tc-heading-xxs {
158+
@mixin tc-heading-xs {
167159
@include roboto-bold;
168160

169161
color: $tc-black;

0 commit comments

Comments
 (0)