ikualo-ui-kit-mobile 0.8.0 → 0.8.2
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/package.json
CHANGED
|
@@ -154,6 +154,7 @@ const dark = {
|
|
|
154
154
|
export const darkTheme = {
|
|
155
155
|
...DefaultTheme,
|
|
156
156
|
colors: {
|
|
157
|
+
...DefaultTheme.colors,
|
|
157
158
|
...colors,
|
|
158
159
|
...dark,
|
|
159
160
|
},
|
|
@@ -163,6 +164,7 @@ export const darkTheme = {
|
|
|
163
164
|
export const lightTheme = {
|
|
164
165
|
...DefaultTheme,
|
|
165
166
|
colors: {
|
|
167
|
+
...DefaultTheme.colors,
|
|
166
168
|
...colors,
|
|
167
169
|
...light,
|
|
168
170
|
},
|