Skip to content

Commit 3151c2a

Browse files
committed
fix: change toolbar background to transparent
1 parent e2543df commit 3151c2a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/modern-dots-invite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sl-design-system/tool-bar': patch
3+
---
4+
5+
Changed toolbar background to transparent so it can be used on any background color

packages/components/tool-bar/src/tool-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:host {
22
align-items: center;
3-
background: var(--sl-elevation-surface-raised-default);
3+
background: transparent;
44
border: var(--sl-size-borderWidth-default) solid var(--sl-color-border-plain);
55
border-radius: var(--sl-size-borderRadius-default);
66
display: flex;

0 commit comments

Comments
 (0)