@sorocraft/ui 1.2.25 → 1.2.28

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.
@@ -164,11 +164,11 @@ $xxl: 1440px;
164
164
  }
165
165
 
166
166
  svg {
167
- stroke: list.nth($styles, 2);
167
+ stroke: list.nth($styles, 2) !important;
168
168
  transition: stroke 0.2s ease-in-out;
169
169
 
170
170
  path {
171
- stroke: list.nth($styles, 2);
171
+ stroke: list.nth($styles, 2) !important;
172
172
  transition: stroke 0.2s ease-in-out;
173
173
  }
174
174
  }
@@ -177,11 +177,11 @@ $xxl: 1440px;
177
177
  background-color: list.nth($styles, 3);
178
178
 
179
179
  svg {
180
- stroke: list.nth($styles, 4);
180
+ stroke: list.nth($styles, 4) !important;
181
181
  transition: stroke 0.2s ease-in-out;
182
182
 
183
183
  path {
184
- stroke: list.nth($styles, 4);
184
+ stroke: list.nth($styles, 4) !important;
185
185
  transition: stroke 0.2s ease-in-out;
186
186
  }
187
187
  }
@@ -193,10 +193,10 @@ $xxl: 1440px;
193
193
  color: list.nth($styles, 4);
194
194
 
195
195
  svg {
196
- stroke: list.nth($styles, 4);
196
+ stroke: list.nth($styles, 4) !important;
197
197
 
198
198
  path {
199
- stroke: list.nth($styles, 4);
199
+ stroke: list.nth($styles, 4) !important;
200
200
  }
201
201
  }
202
202
 
@@ -204,10 +204,10 @@ $xxl: 1440px;
204
204
  background-color: list.nth($styles, 1);
205
205
 
206
206
  svg {
207
- stroke: list.nth($styles, 2);
207
+ stroke: list.nth($styles, 2) !important;
208
208
 
209
209
  path {
210
- stroke: list.nth($styles, 2);
210
+ stroke: list.nth($styles, 2) !important;
211
211
  }
212
212
  }
213
213
  }