Skip to content

Commit dbb045d

Browse files
fix(lib): Add buttons changes 3.2.0
1 parent c8929fa commit dbb045d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scss/_buttons.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,21 +226,21 @@
226226
$ouds-button-color-bg-brand-enabled,
227227
var(--#{$prefix}color-opacity-transparent),
228228
$ouds-button-color-content-brand-enabled,
229-
var(--#{$prefix}color-action-hover),
229+
$ouds-button-color-bg-brand-hover,
230230
var(--#{$prefix}color-opacity-transparent),
231-
var(--#{$prefix}color-content-on-action-hover),
232-
var(--#{$prefix}color-action-pressed),
231+
$ouds-button-color-content-brand-hover,
232+
$ouds-button-color-bg-brand-pressed,
233233
var(--#{$prefix}color-opacity-transparent),
234-
var(--#{$prefix}color-content-on-action-pressed),
234+
$ouds-button-color-content-brand-pressed,
235235
var(--#{$prefix}color-action-disabled),
236236
var(--#{$prefix}color-opacity-transparent),
237237
var(--#{$prefix}color-content-on-action-disabled),
238-
var(--#{$prefix}color-action-focus),
238+
$ouds-button-color-bg-brand-focus,
239239
var(--#{$prefix}color-opacity-transparent),
240-
var(--#{$prefix}color-content-on-action-focus),
241-
var(--#{$prefix}color-action-loading),
240+
$ouds-button-color-content-brand-focus,
241+
$ouds-button-color-bg-brand-loading,
242242
var(--#{$prefix}color-opacity-transparent),
243-
var(--#{$prefix}color-content-on-action-loading)
243+
$ouds-button-color-content-brand-loading
244244
);
245245
}
246246

0 commit comments

Comments
 (0)