@cyber-harbour/ui 1.0.42 → 1.0.44
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.js +21 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/Layouts/PageLayout/PageLayout.tsx +1 -1
- package/src/Theme/themes/dark.ts +5 -5
package/package.json
CHANGED
package/src/Theme/themes/dark.ts
CHANGED
|
@@ -488,7 +488,7 @@ export const darkThemePx: Theme = {
|
|
|
488
488
|
boxShadow: 'none',
|
|
489
489
|
},
|
|
490
490
|
disabled: {
|
|
491
|
-
background: '#
|
|
491
|
+
background: '#080A0C',
|
|
492
492
|
text: '#99989C',
|
|
493
493
|
border: ' #1E2226',
|
|
494
494
|
boxShadow: 'none',
|
|
@@ -529,7 +529,7 @@ export const darkThemePx: Theme = {
|
|
|
529
529
|
boxShadow: 'none',
|
|
530
530
|
},
|
|
531
531
|
disabled: {
|
|
532
|
-
background: '#
|
|
532
|
+
background: '#080A0C',
|
|
533
533
|
text: '#99989C',
|
|
534
534
|
border: ' none',
|
|
535
535
|
boxShadow: 'none',
|
|
@@ -558,7 +558,7 @@ export const darkThemePx: Theme = {
|
|
|
558
558
|
boxShadow: 'none',
|
|
559
559
|
},
|
|
560
560
|
disabled: {
|
|
561
|
-
background: '#
|
|
561
|
+
background: '#080A0C',
|
|
562
562
|
text: '#99989C',
|
|
563
563
|
border: ' none',
|
|
564
564
|
boxShadow: 'none',
|
|
@@ -623,7 +623,7 @@ export const darkThemePx: Theme = {
|
|
|
623
623
|
icon: '#C93939',
|
|
624
624
|
},
|
|
625
625
|
disabled: {
|
|
626
|
-
background: '#
|
|
626
|
+
background: '#080A0C',
|
|
627
627
|
text: '#99989C',
|
|
628
628
|
placeholder: '#99989C',
|
|
629
629
|
border: ' #1E2226',
|
|
@@ -657,7 +657,7 @@ export const darkThemePx: Theme = {
|
|
|
657
657
|
icon: '#C93939',
|
|
658
658
|
},
|
|
659
659
|
disabled: {
|
|
660
|
-
background: '
|
|
660
|
+
background: 'transparent',
|
|
661
661
|
text: '#99989C',
|
|
662
662
|
placeholder: '#99989C',
|
|
663
663
|
border: 'transparent',
|