Skip to content

Commit

Permalink
Fix light theme styles aftre #893
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Jan 13, 2025
1 parent 92ddc70 commit 5e601d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vscode-extension/src/webview/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@

/* Open Deep Link */
--deep-link-history-query-match-color: #c19420;

/* Size constants */
--swm-button-size: 30px;
}

/* Light theme */
Expand Down Expand Up @@ -347,7 +350,6 @@ body[data-vscode-theme-kind="vscode-high-contrast"] {

/* Button */
--swm-button: var(--swm-default-text);
--swm-button-size: 30px;
--swm-button-disabled: var(--swm-disabled-text);
--swm-button-hover: var(--background-dark-80);

Expand Down

0 comments on commit 5e601d8

Please sign in to comment.