Skip to content

Commit f28b404

Browse files
committed
Update progress bar background color to use button background variable
1 parent 77a808a commit f28b404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/components/editor/panel/ContextUtilisation/ContextUtilisation.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
&__progress {
2323
height: 100%;
24-
background-color: var(--vscode-focusBorder);
24+
background-color: var(--vscode-button-background);
2525
border-top-right-radius: 999px;
2626
border-bottom-right-radius: 999px;
2727

0 commit comments

Comments
 (0)