@madie/madie-design-system 1.2.2 → 1.2.4
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/components/AutoComplete/AutoComplete.jsx +3 -5
- package/components/MadieDialog/index.jsx +4 -4
- package/components/Pagination/index.jsx +2 -1
- package/components/Popover/index.js +3 -3
- package/dist/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/qppds/components/_button.scss +2 -2
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
// Secondary Button
|
|
72
72
|
&.qpp-c-button--secondary {
|
|
73
73
|
background-color: $white;
|
|
74
|
-
border: 2px solid
|
|
74
|
+
border: 2px solid #8c8c8c;
|
|
75
75
|
color: $gray-80;
|
|
76
76
|
font-size: $font-size-14;
|
|
77
77
|
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
&.qpp-c-button--outline-secondary {
|
|
274
274
|
background-color: transparent;
|
|
275
275
|
color: $gray-90;
|
|
276
|
-
border: 1px solid
|
|
276
|
+
border: 1px solid #8c8c8c;
|
|
277
277
|
|
|
278
278
|
&:disabled,
|
|
279
279
|
&.qpp-c-button--disabled {
|