Skip to content

Commit 9cfbc12

Browse files
committed
Running prettier on merged changes
1 parent 5888968 commit 9cfbc12

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vscode-button/vscode-button.styles.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ const styles: CSSResultGroup = [
147147
}
148148
149149
.divider > div {
150-
background-color: var(--vscode-button-separator, rgba(255, 255, 255, 0.4));
150+
background-color: var(
151+
--vscode-button-separator,
152+
rgba(255, 255, 255, 0.4)
153+
);
151154
height: 100%;
152155
width: 1px;
153156
margin: 0;

0 commit comments

Comments
 (0)