@native-systems/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/index.cjs CHANGED
@@ -272,7 +272,7 @@ function SigninLayout({
272
272
  alt: '',
273
273
  }),
274
274
  jsxRuntime.jsx('h2', {
275
- className: '',
275
+ className: 'dark:text-white',
276
276
  children: mapText('auth:form.submit.text'),
277
277
  }),
278
278
  jsxRuntime.jsx('div', {
package/dist/index.esm.js CHANGED
@@ -249,7 +249,7 @@ function SigninLayout({
249
249
  alt: '',
250
250
  }),
251
251
  jsx('h2', {
252
- className: '',
252
+ className: 'dark:text-white',
253
253
  children: mapText('auth:form.submit.text'),
254
254
  }),
255
255
  jsx('div', {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "version": "1.0.9",
13
+ "version": "1.0.10",
14
14
  "license": "MIT",
15
15
  "private": false,
16
16
  "engines": {