Skip to content

Commit b590ab1

Browse files
committed
fix: make chrome extension button respect dashboard theme
1 parent cb82868 commit b590ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/lib/chrome-extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export const CAP_CHROME_EXTENSION_URL =
22
"https://chromewebstore.google.com/detail/cap-screen-recorder-scree/fefjaffcodfiogbbngmjkcjpbpclbdcp";
33

44
export const CHROME_EXTENSION_BUTTON_CLASS =
5-
"border-gray-6 bg-white text-gray-12 shadow-[0_1px_2px_rgba(0,0,0,0.08)] hover:border-gray-7 hover:bg-gray-2";
5+
"border-gray-6 bg-gray-1 text-gray-12 shadow-[0_1px_2px_rgba(0,0,0,0.08)] hover:border-gray-7 hover:bg-gray-2";
66

77
export const CAP_CHROME_EXTENSION_INSTALLED_ATTRIBUTE =
88
"data-cap-chrome-extension-installed";

0 commit comments

Comments
 (0)