Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/happy-hairs-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/ui-components': patch
---

UIToolbar - Border and divider colours replaced with --vscode-widget-border
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

&__content {
border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
border-bottom: 1px solid var(--vscode-contrastBorder, var(--vscode-widget-border));
background-color: var(--vscode-editor-background);
display: flex;
flex-wrap: wrap;
Expand All @@ -21,7 +21,7 @@
display: inline-block;
height: 20px;
margin: 3px 10px 3px;
border-right: 1px solid var(--vscode-contrastBorder, var(--vscode-editorIndentGuide-background));
border-right: 1px solid var(--vscode-contrastBorder, var(--vscode-widget-border));
}

&__column {
Expand Down
Loading