Skip to content

Commit

Permalink
fix(core): updates button background-color inside toolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jul 17, 2024
1 parent e2985ca commit 7ce9e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class Button extends LitElement {
display: block;
flex: 1;
pointer-events: none;
background-color: var(--bim-ui_bg-contrast-20);
background-color: var(--bim-button--bgc, var(--bim-ui_bg-contrast-20));
border-radius: var(--bim-ui_size-4xs);
}
Expand Down

0 comments on commit 7ce9e31

Please sign in to comment.