Skip to content

Commit 7f8a712

Browse files
authored
fix: Adjust toolbar border and separator color variables (#4638)
* fix: adjust style for new theme adjust style for new theme * changelog changelog
1 parent 534227c commit 7f8a712

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/purple-lies-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sap-ux/ui-components': patch
3+
---
4+
5+
Adjust toolbar border and separator color variables

packages/ui-components/src/components/UIToolbar/UIToolbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111

1212
&__content {
13-
border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
13+
border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscode-widget-border));
1414
background-color: var(--vscode-editor-background);
1515
display: flex;
1616
flex-wrap: wrap;
@@ -21,7 +21,7 @@
2121
display: inline-block;
2222
height: 20px;
2323
margin: 3px 10px 3px;
24-
border-right: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
24+
border-right: 1px solid var(--vscode-contrastBorder, var(--vscode-widget-border));
2525
}
2626

2727
&__column {

0 commit comments

Comments
 (0)