Skip to content

Commit

Permalink
Merge pull request #9 from openinfradev/feature-icon-style
Browse files Browse the repository at this point in the history
Trivial. Modify icon size
  • Loading branch information
KailKo authored Nov 28, 2023
2 parents 2dfbcfb + 812d951 commit ab9fefd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tksui-components",
"version": "0.4.30",
"version": "0.4.31",
"private": false,
"type": "module",
"module": "lib/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/styles/component/icon/TIcon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
fill: $t-black-color;

$t-icon--size-xsmall: 16px;
$t-icon--size-small: 20px;
$t-icon--size-medium: 28px;
$t-icon--size-small: 24px;
$t-icon--size-medium: 32px;
$t-icon--size-large: 36px;
$t-icon--size-xlarge: 48px;

Expand Down

0 comments on commit ab9fefd

Please sign in to comment.