Skip to content

Commit

Permalink
refactor: corrected buttons sm, lg stroke radius
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Dec 26, 2023
1 parent 31f002c commit 7d221d4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions paragon/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Mon, 27 Nov 2023 16:19:13 GMT
* Generated on Tue, 26 Dec 2023 19:55:15 GMT
*/

:root {
Expand Down Expand Up @@ -33,7 +33,7 @@
--pgn-size-form-input-radius-border-lg: 0;
--pgn-size-form-input-radius-border-base: 0;
--pgn-size-dropdown-border-width: 0;
--pgn-size-btn-focus-border-radius: 0px;
--pgn-size-btn-focus-border-radius-base: 0px;
--pgn-size-btn-border-radius-sm: 0px;
--pgn-size-btn-border-radius-lg: 0px;
--pgn-size-btn-border-radius-base: 0px;
Expand Down
6 changes: 4 additions & 2 deletions tokens/src/core/components/Button/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
}
},
"focus": {
"border-radius": {
"value": "0px"
"border": {
"radius": {
"base": { "value": "0px" }
}
}
}
}
Expand Down

0 comments on commit 7d221d4

Please sign in to comment.