Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abce32b

Browse files
make border width (#4)
* make border width * chore: style-dictionary results Co-authored-by: Joren Broekema <[email protected]>
1 parent a4dcde1 commit abce32b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

button/src/button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
.btn[outline] {
2626
background-color: var(--starter-color-base-button-outline-background);
27-
border: 2px var(--starter-color-base-button-outline-border-color);
27+
border: 1px solid var(--starter-color-base-button-outline-border-color);
2828
}
2929

3030
.btn[disabled] {

color/src/color.tokens.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Do not edit directly
3-
* Generated on Thu, 07 Apr 2022 13:38:46 GMT
3+
* Generated on Thu, 07 Apr 2022 13:41:55 GMT
44
*/
55

66
:root {

0 commit comments

Comments
 (0)