Skip to content

Commit

Permalink
fix bg color separator in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Dec 15, 2023
1 parent 93f01e4 commit e912f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/layout/wui-separator/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default css`
:host > wui-text {
position: absolute;
padding: 0px 10px;
background-color: var(--wui-color-bg-125);
background-color: var(--wui-color-modal-bg);
}
`

0 comments on commit e912f9f

Please sign in to comment.