Skip to content

Commit 84660ba

Browse files
authored
Fix appearance of send deep link on diffrend themes (#1037)
This PR fixes an issue that snicked into #1035, by making the text color responsive. ### How Has This Been Tested: open `Open Deep Link` view and change themes
1 parent 62a70ff commit 84660ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-extension/src/webview/views/OpenDeepLinkView.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
align-items: center;
1616
gap: 8px;
1717
font-size: 14px;
18-
color: #333; /* Adjust color to match your theme */
18+
color: var(--swm-default-text);
1919
}

0 commit comments

Comments
 (0)