@breadcoop/ui 1.0.9 → 1.0.10
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/theme.css +3 -2
- package/package.json +1 -1
- package/theme.css +3 -2
package/dist/theme.css
CHANGED
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
--color-system-red: #df0b00;
|
|
78
78
|
--color-system-warning: #ce7f00;
|
|
79
79
|
--color-text-standard: #171414;
|
|
80
|
+
--color-white: #ffffff;
|
|
80
81
|
|
|
81
82
|
/* Custom Fonts */
|
|
82
83
|
--font-roboto: var(--font-roboto);
|
|
@@ -112,10 +113,10 @@
|
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
.text-breadDisplay-bold {
|
|
115
|
-
@apply font-breadDisplay font-[700]
|
|
116
|
+
@apply font-breadDisplay font-[700];
|
|
116
117
|
}
|
|
117
118
|
.text-breadDisplay {
|
|
118
|
-
@apply font-breadDisplay font-[500]
|
|
119
|
+
@apply font-breadDisplay font-[500];
|
|
119
120
|
}
|
|
120
121
|
.text-body-bold {
|
|
121
122
|
@apply font-breadBody text-base font-[700];
|
package/package.json
CHANGED
package/theme.css
CHANGED
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
--color-system-red: #df0b00;
|
|
78
78
|
--color-system-warning: #ce7f00;
|
|
79
79
|
--color-text-standard: #171414;
|
|
80
|
+
--color-white: #ffffff;
|
|
80
81
|
|
|
81
82
|
/* Custom Fonts */
|
|
82
83
|
--font-roboto: var(--font-roboto);
|
|
@@ -112,10 +113,10 @@
|
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
.text-breadDisplay-bold {
|
|
115
|
-
@apply font-breadDisplay font-[700]
|
|
116
|
+
@apply font-breadDisplay font-[700];
|
|
116
117
|
}
|
|
117
118
|
.text-breadDisplay {
|
|
118
|
-
@apply font-breadDisplay font-[500]
|
|
119
|
+
@apply font-breadDisplay font-[500];
|
|
119
120
|
}
|
|
120
121
|
.text-body-bold {
|
|
121
122
|
@apply font-breadBody text-base font-[700];
|