We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfe728 commit cf90b5cCopy full SHA for cf90b5c
examples/react/src/index.css
@@ -18,5 +18,13 @@
18
@custom-variant dark (&:where(.dark, .dark *));
19
@import "@invertase/firebaseui-styles/tailwind";
20
21
+.fui-provider__button[data-provider="oidc.line"][data-themed="true"] {
22
+ --line-primary: #07B53B;
23
+ --color-primary: var(--line-primary);
24
+ --color-primary-hover: --alpha(var(--line-primary) / 85%);
25
+ --color-primary-surface: #FFFFFF;
26
+ --color-border: var(--line-primary);
27
+}
28
+
29
/* @import "@invertase/firebaseui-styles/src/themes/dark.css"; */
30
/* @import "@invertase/firebaseui-styles/src/themes/brutalist.css"; */
0 commit comments