diff --git a/plugins/google-sheets/src/components/CheckboxTextField.tsx b/plugins/google-sheets/src/components/CheckboxTextField.tsx index 12fe9e758..f1c1894de 100644 --- a/plugins/google-sheets/src/components/CheckboxTextField.tsx +++ b/plugins/google-sheets/src/components/CheckboxTextField.tsx @@ -20,11 +20,12 @@ export function CheckboxTextfield({ value, darken, checked, onChange, disabled } return (
- {value} + {value}
) } diff --git a/plugins/google-sheets/src/globals.css b/plugins/google-sheets/src/globals.css index b4a33f338..5d1db6b59 100644 --- a/plugins/google-sheets/src/globals.css +++ b/plugins/google-sheets/src/globals.css @@ -1,4 +1,3 @@ -@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap"); @import "tailwindcss"; @custom-variant dark (&:where([data-framer-theme="dark"], [data-framer-theme="dark"] *));