comand-component-library 3.2.6 → 3.2.7
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -354,7 +354,7 @@ export default {
|
|
354
354
|
border-top-left-radius: var(--border-radius);
|
355
355
|
border-top-right-radius: var(--border-radius);
|
356
356
|
padding: calc(var(--default-padding) / 2) var(--default-padding);
|
357
|
-
background: var(--
|
357
|
+
background: var(--secondary-color);
|
358
358
|
color: var(--pure-white);
|
359
359
|
text-decoration: none;
|
360
360
|
|