Skip to content

Commit

Permalink
[TT-60][TT-70] Adjusted xxl line height size (#379)
Browse files Browse the repository at this point in the history
* [TT-60][TT-70] Adjusted xxl line height size
  • Loading branch information
lghiur authored Jul 18, 2024
1 parent a608c1e commit c70f3b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sass/common/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $sm-line-height: 20px;
$md-line-height: 22px;
$lg-line-height: 23px;
$xl-line-height: 24px;
$xxl-line-height: 30px;
$xxl-line-height: 36px;

$xs-font-size: 13px;
$sm-font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tyk-technologies/tyk-ui",
"version": "4.3.3",
"version": "4.3.4",
"description": "Tyk UI - ui reusable components",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $sm-line-height: 20px;
$md-line-height: 22px;
$lg-line-height: 23px;
$xl-line-height: 24px;
$xxl-line-height: 30px;
$xxl-line-height: 36px;

$xs-font-size: 13px;
$sm-font-size: 14px;
Expand Down

0 comments on commit c70f3b7

Please sign in to comment.