@scalar/api-client 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +2 -2
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -621,7 +621,6 @@ to {
|
|
|
621
621
|
outline: none;
|
|
622
622
|
padding: 9px;
|
|
623
623
|
width: 100%;
|
|
624
|
-
background: var(--scalar-api-client-background-input);
|
|
625
624
|
color: var(--scalar-api-client-text-color-primary);
|
|
626
625
|
font-size: 12px;
|
|
627
626
|
}
|
|
@@ -1000,7 +999,8 @@ to {
|
|
|
1000
999
|
border: none;
|
|
1001
1000
|
outline: none;
|
|
1002
1001
|
font-size: 12px;
|
|
1003
|
-
background: var(--scalar-api-client-color);
|
|
1002
|
+
background: var(--scalar-api-client-color) !important;
|
|
1003
|
+
text-align: center;
|
|
1004
1004
|
font-weight: var(--scalar-api-client-font-bold);
|
|
1005
1005
|
padding: 12px;
|
|
1006
1006
|
text-transform: uppercase;
|