|
86 | 86 | /// ------------------------------------ /// |
87 | 87 |
|
88 | 88 | @mixin hxButton--primary { |
89 | | - background-color: $cyan-900; |
| 89 | + background-color: $blue-500; |
90 | 90 | color: $gray-0; |
91 | 91 |
|
92 | 92 | &:hover { |
|
107 | 107 | } |
108 | 108 |
|
109 | 109 | @mixin hxButton-active--primary { |
110 | | - background-color: $cyan-700; |
| 110 | + background-color: $blue-900; |
111 | 111 | border-color: transparent; |
112 | 112 | color: $gray-0; |
113 | 113 | } |
114 | 114 |
|
115 | 115 | @mixin hxButton-disabled--primary { |
116 | | - background-color: $gray-400; |
| 116 | + background-color: $gray-500; |
117 | 117 | border-color: transparent; |
118 | | - color: $gray-700; |
| 118 | + color: $gray-0; |
119 | 119 | } |
120 | 120 |
|
121 | 121 | @mixin hxButton-focus--primary { |
|
124 | 124 | } |
125 | 125 |
|
126 | 126 | @mixin hxButton-hover--primary { |
127 | | - background-color: $cyan-500; |
| 127 | + background-color: $blue-700; |
128 | 128 | border-color: transparent; |
129 | 129 | color: $gray-0; |
130 | 130 | } |
|
134 | 134 | /// -------------------------------------- /// |
135 | 135 |
|
136 | 136 | @mixin hxButton--secondary { |
137 | | - border: 1px solid $cyan-900; |
138 | | - color: $cyan-900; |
| 137 | + border: 1px solid $blue-900; |
| 138 | + color: $blue-900; |
139 | 139 |
|
140 | 140 | &:hover { |
141 | 141 | @include hxButton-hover--secondary; |
|
155 | 155 | } |
156 | 156 |
|
157 | 157 | @mixin hxButton-active--secondary { |
158 | | - background-color: $cyan-700; |
| 158 | + background-color: $blue-900; |
159 | 159 | border-color: transparent; |
160 | 160 | color: $gray-0; |
161 | 161 | } |
162 | 162 |
|
163 | 163 | @mixin hxButton-disabled--secondary { |
164 | 164 | background-color: transparent; |
165 | | - border-color: $gray-400; |
166 | | - color: $gray-400; |
| 165 | + border: 1px solid $gray-500; |
| 166 | + color: $gray-500; |
167 | 167 | } |
168 | 168 |
|
169 | 169 | @mixin hxButton-focus--secondary { |
170 | 170 | box-shadow: $focus-glow; |
171 | 171 | } |
172 | 172 |
|
173 | 173 | @mixin hxButton-hover--secondary { |
174 | | - background-color: $cyan-500; |
| 174 | + background-color: $blue-700; |
175 | 175 | border-color: transparent; |
176 | 176 | color: $gray-0; |
177 | 177 | } |
|
184 | 184 | @mixin hxButton--tertiary { |
185 | 185 | background-color: transparent; |
186 | 186 | border: 0; |
187 | | - color: $cyan-900; |
| 187 | + color: $blue-500; |
188 | 188 |
|
189 | 189 | // This class will be removed in HelixUI-v1.0.0. |
190 | 190 | &.hxDeprecated { |
|
212 | 212 | @mixin hxButton-active--tertiary { |
213 | 213 | background-color: transparent; |
214 | 214 | border-color: transparent; |
215 | | - color: $cyan-700; |
| 215 | + color: $blue-900; |
216 | 216 | } |
217 | 217 |
|
218 | 218 | @mixin hxButton-disabled--tertiary { |
219 | 219 | background-color: transparent; |
220 | 220 | border-color: transparent; |
221 | | - color: $gray-400; |
| 221 | + color: $gray-500; |
222 | 222 | } |
223 | 223 |
|
224 | 224 | @mixin hxButton-focus--tertiary { |
|
228 | 228 | @mixin hxButton-hover--tertiary { |
229 | 229 | background-color: transparent; |
230 | 230 | border-color: transparent; |
231 | | - color: $cyan-500; |
| 231 | + color: $blue-700; |
232 | 232 | } |
0 commit comments