@avakhula/ui 0.0.143 → 0.0.144
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/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Button/button.scss +4 -10
package/package.json
CHANGED
|
@@ -157,9 +157,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
&.ib-btn-disabled {
|
|
160
|
-
|
|
161
|
-
background: $ghost-btn-disabled-background;
|
|
162
|
-
}
|
|
160
|
+
background: $ghost-btn-disabled-background;
|
|
163
161
|
}
|
|
164
162
|
}
|
|
165
163
|
|
|
@@ -195,9 +193,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
195
193
|
}
|
|
196
194
|
|
|
197
195
|
&.ib-btn-disabled {
|
|
198
|
-
|
|
199
|
-
background: $ghostDanger-btn-disabled-background;
|
|
200
|
-
}
|
|
196
|
+
background: $ghostDanger-btn-disabled-background;
|
|
201
197
|
}
|
|
202
198
|
}
|
|
203
199
|
}
|
|
@@ -209,9 +205,7 @@ $disabled-btn-color: $neutral-500;
|
|
|
209
205
|
}
|
|
210
206
|
|
|
211
207
|
&.ib-btn-disabled {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
color: $disabled-btn-color;
|
|
215
|
-
}
|
|
208
|
+
background: $disabled-btn-background;
|
|
209
|
+
color: $disabled-btn-color;
|
|
216
210
|
}
|
|
217
211
|
}
|