Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dcde1 commit abce32bCopy full SHA for abce32b
button/src/button.css
@@ -24,7 +24,7 @@
24
25
.btn[outline] {
26
background-color: var(--starter-color-base-button-outline-background);
27
- border: 2px var(--starter-color-base-button-outline-border-color);
+ border: 1px solid var(--starter-color-base-button-outline-border-color);
28
}
29
30
.btn[disabled] {
color/src/color.tokens.css
@@ -1,6 +1,6 @@
1
/**
2
* Do not edit directly
3
- * Generated on Thu, 07 Apr 2022 13:38:46 GMT
+ * Generated on Thu, 07 Apr 2022 13:41:55 GMT
4
*/
5
6
:root {
0 commit comments