@nutui/nutui-react 1.3.15 → 1.4.0-beta.0

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/esm/ActionSheet.js +1 -1
  3. package/dist/esm/Cell.js +4 -12
  4. package/dist/esm/ConfigProvider.js +18 -4
  5. package/dist/esm/Empty.js +3 -3
  6. package/dist/esm/NoticeBar.js +1 -3
  7. package/dist/esm/Progress.js +1 -1
  8. package/dist/esm/SearchBar.js +3 -3
  9. package/dist/esm/TabbarItem.js +1 -9
  10. package/dist/esm/types/src/packages/cell/cell.d.ts +0 -2
  11. package/dist/esm/types/src/packages/configprovider/configprovider.d.ts +2 -0
  12. package/dist/esm/types/src/packages/{formitem/useForm.d.ts → form/useForm.taro.d.ts} +0 -0
  13. package/dist/esm/types/src/packages/nutui.react.taro.d.ts +189 -0
  14. package/dist/esm/types/src/packages/nutui.react.taro.scss.d.ts +98 -0
  15. package/dist/esm/types/src/packages/nutui.taro.react.build.d.ts +95 -0
  16. package/dist/esm/types/src/packages/signature/demo.d.ts +1 -0
  17. package/dist/esm/types/src/packages/tabbaritem/tabbaritem.d.ts +0 -1
  18. package/dist/locales/base.js +1 -1
  19. package/dist/locales/en-US.js +1 -1
  20. package/dist/locales/id-ID.js +1 -1
  21. package/dist/locales/zh-CN.js +1 -1
  22. package/dist/locales/zh-TW.js +1 -1
  23. package/dist/locales/zh-UG.js +1 -1
  24. package/dist/nutui.react.es.js +6774 -2521
  25. package/dist/nutui.react.umd.js +6761 -2508
  26. package/dist/packages/actionsheet/actionsheet.scss +29 -13
  27. package/dist/packages/address/address.scss +46 -18
  28. package/dist/packages/animatingnumbers/countup.scss +10 -1
  29. package/dist/packages/audio/audio.scss +17 -4
  30. package/dist/packages/backtop/backtop.scss +4 -3
  31. package/dist/packages/badge/badge.scss +2 -2
  32. package/dist/packages/barrage/barrage.scss +13 -6
  33. package/dist/packages/button/button.scss +56 -0
  34. package/dist/packages/calendar/calendar.scss +8 -7
  35. package/dist/packages/card/card.scss +1 -1
  36. package/dist/packages/cascader/cascader.scss +21 -12
  37. package/dist/packages/cell/cell.scss +9 -3
  38. package/dist/packages/cellgroup/cellgroup.scss +2 -2
  39. package/dist/packages/checkbox/checkbox.scss +1 -1
  40. package/dist/packages/circleprogress/circleprogress.scss +1 -1
  41. package/dist/packages/collapseitem/collapseitem.scss +52 -18
  42. package/dist/packages/dialog/dialog.scss +1 -1
  43. package/dist/packages/divider/divider.scss +9 -0
  44. package/dist/packages/elevator/elevator.scss +8 -4
  45. package/dist/packages/empty/empty.scss +5 -2
  46. package/dist/packages/fixednav/fixednav.scss +8 -0
  47. package/dist/packages/formitem/formitem.scss +1 -1
  48. package/dist/packages/griditem/griditem.scss +9 -4
  49. package/dist/packages/image/image.scss +2 -2
  50. package/dist/packages/indicator/indicator.scss +7 -0
  51. package/dist/packages/infiniteloading/infiniteloading.scss +12 -8
  52. package/dist/packages/input/input.scss +24 -4
  53. package/dist/packages/inputnumber/inputnumber.scss +9 -8
  54. package/dist/packages/menu/menu.scss +2 -3
  55. package/dist/packages/menuitem/menuitem.scss +3 -2
  56. package/dist/packages/navbar/navbar.scss +25 -5
  57. package/dist/packages/noticebar/noticebar.scss +14 -8
  58. package/dist/packages/numberkeyboard/numberkeyboard.scss +28 -6
  59. package/dist/packages/overlay/overlay.scss +25 -0
  60. package/dist/packages/pagination/pagination.scss +19 -8
  61. package/dist/packages/picker/picker.scss +46 -21
  62. package/dist/packages/popup/popup.scss +6 -2
  63. package/dist/packages/progress/progress.scss +10 -0
  64. package/dist/packages/pulltorefresh/pulltorefresh.scss +9 -1
  65. package/dist/packages/radio/radio.scss +9 -6
  66. package/dist/packages/radiogroup/radiogroup.scss +49 -0
  67. package/dist/packages/range/range.scss +4 -4
  68. package/dist/packages/row/row.scss +16 -0
  69. package/dist/packages/searchbar/searchbar.scss +20 -6
  70. package/dist/packages/shortpassword/shortpassword.scss +23 -12
  71. package/dist/packages/sidenavbar/sidenavbar.scss +20 -2
  72. package/dist/packages/sidenavbaritem/sidenavbaritem.scss +13 -5
  73. package/dist/packages/signature/signature.scss +16 -0
  74. package/dist/packages/step/step.scss +48 -2
  75. package/dist/packages/subsidenavbar/subsidenavbar.scss +4 -4
  76. package/dist/packages/switch/switch.scss +14 -0
  77. package/dist/packages/tabbar/tabbar.scss +1 -1
  78. package/dist/packages/tabbaritem/tabbaritem.scss +4 -3
  79. package/dist/packages/table/table.scss +21 -10
  80. package/dist/packages/tabpane/tabpane.scss +3 -2
  81. package/dist/packages/tabs/tabs.scss +18 -6
  82. package/dist/packages/textarea/textarea.scss +2 -2
  83. package/dist/packages/timedetail/timedetail.scss +8 -5
  84. package/dist/packages/timepannel/timepannel.scss +4 -4
  85. package/dist/packages/timeselect/timeselect.scss +27 -13
  86. package/dist/packages/uploader/uploader.scss +23 -7
  87. package/dist/packages/virtuallist/virtuallist.scss +15 -3
  88. package/dist/style.css +1 -1
  89. package/dist/style.es.js +1 -1
  90. package/dist/styles/font/config.json +1 -1
  91. package/dist/styles/theme-dark.scss +18 -0
  92. package/dist/styles/theme-default.scss +28 -0
  93. package/dist/styles/themes/default.scss +1 -0
  94. package/dist/styles/variables.scss +103 -96
  95. package/dist/types/index.d.ts +2 -3
  96. package/package.json +4 -5
@@ -1,3 +1,12 @@
1
+ .nut-theme-dark {
2
+ .nut-progress {
3
+ &-text {
4
+ .nut-icon-checked {
5
+ color: rgba(38, 191, 38, 1) !important;
6
+ }
7
+ }
8
+ }
9
+ }
1
10
  .nut-progress {
2
11
  display: flex;
3
12
  align-items: center;
@@ -6,6 +15,7 @@
6
15
  &-outer {
7
16
  flex: auto;
8
17
  .nut-progress-text {
18
+ color: red;
9
19
  }
10
20
  .nut-progress-active:before {
11
21
  content: '';
@@ -1,3 +1,11 @@
1
+ .nut-theme-dark {
2
+ .nut-pulltorefresh {
3
+ &-head-content {
4
+ color: $dark1;
5
+ }
6
+ }
7
+ }
8
+
1
9
  .nut-pulltorefresh {
2
10
  &-head {
3
11
  overflow: hidden;
@@ -9,7 +17,7 @@
9
17
  bottom: 0;
10
18
  left: 0;
11
19
  width: 100%;
12
- color: #000;
20
+ color: $title-color;
13
21
  display: flex;
14
22
  justify-content: center;
15
23
  align-items: center;
@@ -1,17 +1,20 @@
1
1
  .nut-theme-dark {
2
2
  .nut-radio {
3
3
  &__label {
4
- color: $dark-color;
4
+ color: $dark1;
5
5
  &--disabled {
6
- color: $radio-label-disable-color;
6
+ color: $dark2;
7
7
  }
8
8
  }
9
9
  &__button {
10
- background: $dark-background;
11
- color: $dark-color;
10
+ background: $dark4;
11
+ color: $dark1;
12
+ &--active {
13
+ color: $primary-color;
14
+ }
12
15
  &--disabled {
13
- color: $radio-label-disable-color;
14
- border: 1px solid $radio-label-disable-color;
16
+ color: $dark2;
17
+ border: 1px solid $dark2;
15
18
  }
16
19
  }
17
20
  }
@@ -1,9 +1,58 @@
1
+ .nut-theme-dark {
2
+ .nut-radiogroup {
3
+ &--vertical {
4
+ .nut-radio {
5
+ &__label {
6
+ margin-right: 5px;
7
+ }
8
+ &__button {
9
+ background-color: $dark4;
10
+ border: 1px solid $dark6;
11
+ }
12
+ &__button--active {
13
+ border-color: $radio-label-button-border-color;
14
+ }
15
+ }
16
+ }
17
+ &--horizontal {
18
+ .nut-radio {
19
+ &__label {
20
+ margin-right: 5px;
21
+ }
22
+ &__button {
23
+ background-color: $dark4;
24
+ border: 1px solid $dark6;
25
+ }
26
+ &__button--active {
27
+ border-color: $radio-label-button-border-color;
28
+ }
29
+ }
30
+ }
31
+ }
32
+ }
1
33
  .nut-radiogroup {
2
34
  display: inline-block;
3
35
  .nut-radio {
4
36
  margin-bottom: 5px;
37
+ &__label {
38
+ margin-right: 5px;
39
+ }
40
+ &__button {
41
+ background-color: $gray4;
42
+ }
5
43
  }
6
44
  &--vertical {
45
+ .nut-radio {
46
+ &__label {
47
+ margin-right: 5px;
48
+ }
49
+ &__button {
50
+ border: 1px solid $gray6;
51
+ }
52
+ &__button--active {
53
+ border-color: $radio-label-button-border-color;
54
+ }
55
+ }
7
56
  }
8
57
  &--horizontal {
9
58
  .nut-radio {
@@ -1,18 +1,18 @@
1
1
 
2
2
  .nut-theme-dark {
3
3
  .nut-range-container {
4
- background: $dark-background;
4
+ background: $dark5;
5
5
  .min,
6
6
  .max {
7
- color: $dark-color-gray;
7
+ color: $dark1;
8
8
  }
9
9
  .nut-range {
10
10
  &-mark-text {
11
- color: $dark-color-gray;
11
+ color: $dark2;
12
12
  }
13
13
  &-button {
14
14
  .number {
15
- color: $dark-color;
15
+ color: $dark1;
16
16
  }
17
17
  }
18
18
  }
@@ -1,3 +1,19 @@
1
+ .nut-theme-dark {
2
+ .flex-content {
3
+ line-height: $row-content-line-height;
4
+ color: $row-content-color;
5
+ text-align: center;
6
+ border-radius: $row-content-border-radius;
7
+ background: $dark4;
8
+ &.flex-content-light {
9
+ background: $dark8;
10
+ }
11
+ &.flex-content-height {
12
+ height: $row-content-height;
13
+ }
14
+ }
15
+ }
16
+
1
17
  .flex-content {
2
18
  line-height: $row-content-line-height;
3
19
  color: $row-content-color;
@@ -1,21 +1,30 @@
1
1
  .nut-theme-dark {
2
2
  .nut-searchbar {
3
- background: $black;
4
- &__search-label {
5
- color: $white;
3
+ background: $dark5;
4
+ &__label {
5
+ color: $dark1;
6
+ }
7
+ &__action-text {
8
+ color: $dark1;
6
9
  }
7
10
  .nut-searchbar__input-clear {
8
11
  & .nut-searchbar__nut-icon-mask-close {
9
- color: $white;
12
+ color: $dark1;
10
13
  &:hover {
11
14
  cursor: pointer;
12
- color: $white;
15
+ color: $dark1;
13
16
  }
14
17
  }
15
18
  }
16
19
  &__right-search-icon,
17
20
  &__left-search-icon {
18
- color: $white;
21
+ color: $dark1;
22
+ }
23
+ &__leftout-icon,
24
+ &__rightout-icon {
25
+ i {
26
+ color: $dark1;
27
+ }
19
28
  }
20
29
  }
21
30
  }
@@ -31,6 +40,7 @@
31
40
  width: $searchbar-width;
32
41
  padding: $searchbar-padding;
33
42
  background: $searchbar-background;
43
+ color: $gray1;
34
44
  box-sizing: border-box;
35
45
  &__content {
36
46
  position: relative;
@@ -69,6 +79,7 @@
69
79
  font-size: $font-size-small;
70
80
  // box-shadow: $searchbar-input-box-shadow;
71
81
  background: $searchbar-input-background;
82
+ color: $searchbar-input-text-color;
72
83
  }
73
84
  &__round {
74
85
  border-radius: $searchbar-input-border-radius;
@@ -82,6 +93,9 @@
82
93
  right: 3px;
83
94
  top: 47%;
84
95
  transform: translate(-50%, -40%);
96
+ i {
97
+ color: $gray1 !important;
98
+ }
85
99
  }
86
100
  .pos-right {
87
101
  right: 40px;
@@ -1,20 +1,31 @@
1
1
  .nut-theme-dark {
2
- .nut-shortpsd-title {
3
- color: $dark-color;
4
- }
5
- .nut-input-normalw {
6
- .nut-input-real {
7
- background: $dark-background3;
2
+ .nut-shortpassword {
3
+ &__title {
4
+ color: $dark1;
5
+ }
6
+ &__subtitle {
7
+ color: $dark2;
8
+ }
9
+ &__message__forget {
10
+ color: $dark3;
11
+ }
12
+ &__input-real {
13
+ background-color: $dark6;
14
+ border-radius: 4px;
15
+ }
16
+ &__input-site {
17
+ background-color: $dark6;
8
18
  }
9
- .nut-shortpsd-fake {
19
+ &__input-fake {
10
20
  border: none;
11
- background: $dark-background3;
12
- .nut-shortpsd-li {
13
- .nut-shortpsd-icon {
14
- background: $dark-color;
15
- }
21
+ background-color: $dark4;
22
+ &__li__icon {
23
+ background-color: $dark1;
16
24
  }
17
25
  }
26
+ &__message__forget {
27
+ color: $dark2;
28
+ }
18
29
  }
19
30
  }
20
31
 
@@ -1,3 +1,20 @@
1
+ .nut-theme-dark {
2
+ .nut-sidenavbar {
3
+ background-color: $dark4;
4
+ &__title {
5
+ background: $dark4;
6
+ color: $white;
7
+ }
8
+ &__content {
9
+ .nut-subsidenavbar__list {
10
+ .nut-subsidenavbar__title {
11
+ background: $dark4;
12
+ }
13
+ }
14
+ }
15
+ }
16
+ }
17
+
1
18
  $nutSidenavbarItemHeight: 40px;
2
19
  .nut-sidenavbar {
3
20
  color: #1d1d21;
@@ -5,7 +22,7 @@ $nutSidenavbarItemHeight: 40px;
5
22
  height: 100%;
6
23
  overflow: auto;
7
24
  display: block;
8
- background-color: #fff;
25
+ background-color: $gray6;
9
26
  .arrow-icon {
10
27
  position: absolute;
11
28
  width: 0;
@@ -32,7 +49,8 @@ $nutSidenavbarItemHeight: 40px;
32
49
  &__title {
33
50
  height: $nutSidenavbarItemHeight;
34
51
  padding: 10px 8px 10px 20px;
35
- background: #f5f5f5;
52
+ background: $gray4;
53
+ color: $gray1;
36
54
  }
37
55
  &__content {
38
56
  position: relative;
@@ -1,9 +1,8 @@
1
1
  .nut-theme-dark {
2
- .nut-sidenavbaritem {
3
- background-color: $dark-background2;
4
- &__title {
5
- background-color: $dark-background2;
6
- color: $dark-color;
2
+ .nut-subsidenavbar {
3
+ &__item {
4
+ background-color: $dark6;
5
+ color: $dark2;
7
6
  }
8
7
  }
9
8
  }
@@ -12,6 +11,15 @@ $nutSidenavbarItemHeight: 40px;
12
11
  .nut-subsidenavbar {
13
12
  &__item {
14
13
  height: $nutSidenavbarItemHeight;
14
+ color: $gray2;
15
15
  padding: 10px 8px 10px 55px;
16
16
  }
17
+ &__title {
18
+ background-color: $gray5;
19
+ color: $gray1;
20
+ }
21
+ &__list {
22
+ background-color: $gray6;
23
+ color: $gray2;
24
+ }
17
25
  }
@@ -1,5 +1,21 @@
1
+ .nut-theme-dark {
2
+ .nut-signature {
3
+ &__inner {
4
+ canvas {
5
+ background-color: $dark3;
6
+ }
7
+ }
8
+ }
9
+ .demo-tips {
10
+ background-color: $dark3;
11
+ color: $dark1;
12
+ }
13
+ }
1
14
  .nut-signature {
2
15
  &__inner {
16
+ canvas {
17
+ background-color: #fff;
18
+ }
3
19
  height: $signature-height;
4
20
  margin-bottom: $signature-margin-bottom;
5
21
  border: $signature-border-width solid $signature-border-color;
@@ -1,3 +1,40 @@
1
+ .nut-theme-dark {
2
+ .nut-step {
3
+ &.nut-step-wait {
4
+ .nut-step-main {
5
+ .nut-step-title {
6
+ color: $dark2;
7
+ }
8
+ .nut-step-content {
9
+ color: $dark2;
10
+ }
11
+ }
12
+ .nut-step-head {
13
+ color: $dark2;
14
+ }
15
+ .nut-step-icon.is-text {
16
+ background-color: $dark5;
17
+ }
18
+ .nut-step-icon.is-icon {
19
+ background-color: $dark5;
20
+ .nut-icon {
21
+ color: $dark2;
22
+ }
23
+ }
24
+ .nut-step-content {
25
+ color: $dark2;
26
+ }
27
+ }
28
+ }
29
+ .nut-step-process,
30
+ .nut-step-finish {
31
+ .nut-step-main {
32
+ .nut-step-content {
33
+ color: $dark1;
34
+ }
35
+ }
36
+ }
37
+ }
1
38
  .nut-step {
2
39
  flex-grow: 0;
3
40
  flex-shrink: 0;
@@ -50,6 +87,9 @@
50
87
  padding-left: 10%;
51
88
  padding-right: 10%;
52
89
  text-align: center;
90
+ .nut-step-content {
91
+ color: $title-color;
92
+ }
53
93
  }
54
94
  &-title {
55
95
  display: block;
@@ -114,8 +154,11 @@
114
154
  color: $steps-wait-icon-color;
115
155
  }
116
156
  }
117
- .nut-step-content {
118
- color: $steps-wait-content-color;
157
+ .nut-step-main {
158
+ .nut-step-title,
159
+ .nut-step-content {
160
+ color: $steps-wait-content-color;
161
+ }
119
162
  }
120
163
  }
121
164
  }
@@ -135,6 +178,9 @@
135
178
  display: inline-block;
136
179
  padding-left: 6%;
137
180
  text-align: left;
181
+ .nut-step-content {
182
+ color: $title-color;
183
+ }
138
184
  }
139
185
  &.nut-steps-dot {
140
186
  .nut-step-head {
@@ -1,11 +1,11 @@
1
1
  .nut-theme-dark {
2
2
  .nut-subsidenavbar {
3
- background-color: $dark-background2;
3
+ background-color: $dark5;
4
4
  &__title {
5
- background-color: $dark-background3;
6
- color: $dark-color;
5
+ background-color: $dark6;
6
+ color: $dark1;
7
7
  &__text {
8
- color: $dark-color;
8
+ color: $dark1;
9
9
  }
10
10
  }
11
11
  }
@@ -1,3 +1,17 @@
1
+ .nut-theme-dark {
2
+ .nut-switch {
3
+ background-color: $dark4;
4
+ &.switch-close {
5
+ color: $dark1;
6
+ }
7
+ .switch-button {
8
+ .close {
9
+ color: $dark4;
10
+ }
11
+ }
12
+ }
13
+ }
14
+
1
15
  .nut-switch {
2
16
  cursor: pointer;
3
17
  display: flex;
@@ -1,6 +1,6 @@
1
1
  .nut-theme-dark {
2
2
  .nut-tabbar {
3
- background: $dark-background;
3
+ background: $dark4;
4
4
  }
5
5
  }
6
6
  .nut-tabbar {
@@ -1,7 +1,8 @@
1
1
  .nut-theme-dark {
2
2
  .nut-tabbar-item {
3
- &__icon--unactive {
4
- color: $dark-color-gray;
3
+ color: $dark1;
4
+ &--active {
5
+ color: $primary-color;
5
6
  }
6
7
  }
7
8
  }
@@ -10,7 +11,7 @@
10
11
  flex: 1;
11
12
  text-align: center;
12
13
  text-decoration: none;
13
- color: $black;
14
+ color: $gray1;
14
15
  height: 100%;
15
16
  display: flex;
16
17
  justify-content: center;
@@ -1,38 +1,44 @@
1
1
  .nut-theme-dark {
2
2
  .nut-table {
3
+ margin-bottom: 3px;
3
4
  &__main {
4
- color: $dark-color;
5
- background-color: $dark-background2;
5
+ color: $dark1;
6
+ background-color: $dark5;
6
7
 
7
8
  &--striped {
8
9
  .nut-table__main__head {
9
10
  &__tr {
10
- background-color: $dark-background3;
11
+ background-color: $dark6;
11
12
  }
12
13
  }
13
14
 
14
15
  .nut-table__main__body {
15
16
  &__tr:nth-child(odd) {
16
- background-color: $dark-color-gray;
17
+ background-color: $dark4;
17
18
  }
18
19
  }
19
20
 
20
21
  .nut-table__main__body {
21
22
  &__tr:nth-child(even) {
22
- background-color: $dark-background3;
23
+ background-color: $dark6;
23
24
  }
24
25
  }
25
26
  }
26
27
  }
27
-
28
+ .nut-table__nodata {
29
+ background-color: $dark6;
30
+ .nut-table__nodata {
31
+ color: $dark1;
32
+ }
33
+ }
28
34
  &__summary {
29
- color: $dark-color;
30
- background-color: $dark-background;
35
+ color: $dark1;
36
+ background-color: $dark4;
31
37
  }
32
38
 
33
39
  &__nodata {
34
- color: $dark-color;
35
- background-color: $dark-background;
40
+ color: $dark1;
41
+ background-color: $dark4;
36
42
  }
37
43
  }
38
44
  }
@@ -41,11 +47,14 @@
41
47
  width: 100%;
42
48
  flex-direction: column;
43
49
  font-size: $font-size-2;
50
+ color: $title-color;
44
51
  &__main {
45
52
  display: table;
46
53
  width: 100%;
47
54
  border-collapse: collapse;
48
55
  overflow-x: hidden;
56
+ color: $title-color;
57
+ background-color: $background-color3;
49
58
  &--striped {
50
59
  .nut-table__main__head {
51
60
  &__tr {
@@ -110,6 +119,8 @@
110
119
  padding: $table-cols-padding;
111
120
  }
112
121
  &__nodata {
122
+ color: $title-color;
123
+ background-color: $background-color3;
113
124
  display: flex;
114
125
  align-items: center;
115
126
  justify-content: center;
@@ -1,13 +1,14 @@
1
1
  .nut-theme-dark {
2
2
  .nut-tabpane {
3
- background: $dark-background2;
3
+ background: $dark4;
4
4
  }
5
5
  }
6
6
  .nut-tabpane {
7
7
  width: 100%;
8
8
  flex-shrink: 0;
9
9
  display: block;
10
- background-color: #fff;
10
+ background-color: $gray6;
11
+ color: $gray1;
11
12
  padding: 24px 20px;
12
13
  box-sizing: border-box;
13
14
  overflow: auto;
@@ -1,12 +1,21 @@
1
1
  @import '../../styles/mixins/index';
2
2
  .nut-theme-dark {
3
3
  .nut-tabs {
4
+ .nut-tabpane {
5
+ color: $white;
6
+ }
4
7
  &__titles {
5
- background: $dark-background3;
8
+ background: $dark5;
6
9
  &-item {
7
- color: $dark-color-gray;
10
+ color: $dark1;
8
11
  &.active {
9
- color: $dark-color;
12
+ color: $dark1;
13
+ .nut-tabs__titles-item__text {
14
+ color: $dark1;
15
+ }
16
+ }
17
+ &__text {
18
+ color: $dark1;
10
19
  }
11
20
  }
12
21
  }
@@ -14,7 +23,7 @@
14
23
  .nut-tabs__titles {
15
24
  &-item {
16
25
  &.active {
17
- background-color: $dark-background2;
26
+ background-color: $dark5;
18
27
  }
19
28
  }
20
29
  }
@@ -63,7 +72,7 @@
63
72
  }
64
73
 
65
74
  &.active {
66
- background-color: #fff;
75
+ background-color: $background-color3;
67
76
 
68
77
  .nut-tabs__titles-item__line {
69
78
  left: 10px;
@@ -163,6 +172,7 @@
163
172
  color: $tabs-titles-item-color;
164
173
 
165
174
  &__text {
175
+ color: $gray1;
166
176
  &.ellipsis {
167
177
  @include oneline-ellipsis();
168
178
  }
@@ -199,7 +209,9 @@
199
209
 
200
210
  &.active {
201
211
  font-weight: 600;
202
-
212
+ .nut-tabs__titles-item__text {
213
+ color: $gray1;
214
+ }
203
215
  .nut-tabs__titles-item__line {
204
216
  content: ' ';
205
217
  width: $tabs-horizontal-titles-item-active-line-width;
@@ -1,8 +1,8 @@
1
1
  .nut-theme-dark {
2
2
  .nut-textarea {
3
- background: $dark-background;
3
+ background: $dark5;
4
4
  &__textarea {
5
- color: $dark-color;
5
+ color: $dark1;
6
6
  }
7
7
  }
8
8
  }