|
@@ -34,7 +34,7 @@ $config-woocommerce: (
|
|
|
/* Color */
|
|
|
"color": (
|
|
|
"background": map-deep-get($config-global, "color", "background", "default"),
|
|
|
- "border": map-deep-get($config-global, "color", "border", "dark"),
|
|
|
+ "border": map-deep-get($config-global, "color", "border", "default"),
|
|
|
"text": map-deep-get($config-global, "color", "foreground", "default"),
|
|
|
"subtotal": map-deep-get($config-global, "color", "foreground", "default"),
|
|
|
"count": map-deep-get($config-global, "color", "foreground", "light"),
|