Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 84afb1b

Browse files
committed
Modify css to fix wrong colors on modals
1 parent 09b979d commit 84afb1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/view/styles/Button.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
.button-icon {
88
fill: var(--vscode-badgeForegroundOverride);
99
}
10+
1011
.button-rectangle {
1112
stroke: var(--vscode-badgeForegroundOverride);
1213
}

src/view/styles/ToolBar.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
border-color: var(--vscode-highContrastButtonBorderOverride-color);
1515
border-width: 1px;
1616
border-style: solid;
17+
display: flex;
18+
flex-direction: column;
19+
align-content: center;
20+
align-items: center;
1721
}
1822

1923
.toolbar-icon {
@@ -38,7 +42,6 @@
3842
height: fit-content;
3943
padding-left: 16px;
4044
box-shadow: none;
41-
background: var(--vscode-debugToolBar-background);
4245
margin-left: 1px;
4346
}
4447

0 commit comments

Comments
 (0)