- Hi There!, I'm Bear, the founder of Bear Studios. I'm here - to help you with anything you need. -
+ Hi, how can I help you today?Hey, I'm having trouble with my account.
+ Hey, I'm having trouble with my account.- Sure, I can help you with that. What seems to be the - problem? -
+ Sure, I can help you with that. What seems to be the problem?I can't log in.
+ I can't log in.
+
+@layer base {
+ :root {
+ --background: {{ activeTheme?.cssVars.light.background }};
+ --foreground: {{ activeTheme?.cssVars.light.foreground }};
+
+ --{{ prefix }}: {{ activeTheme?.cssVars.light[prefix] }};
+ --{{ prefix }}-foreground: {{ activeTheme?.cssVars.light[ `${prefix}-foreground`] }};
+
+ --border:{{ activeTheme?.cssVars.light.border }};
+ --input:{{ activeTheme?.cssVars.light.input }};
+ --ring:{{ activeTheme?.cssVars.light.ring }};
+ --radius: {{ config.radius }}rem;
+ }
+
+ .dark {
+ --background:{{ activeTheme?.cssVars.dark.background }};
+ --foreground:{{ activeTheme?.cssVars.dark.foreground }};
+
+ --{{ prefix }}:{{ activeTheme?.cssVars.dark[ prefix] }};
+ --{{ prefix }}-foreground:{{ activeTheme?.cssVars.dark[ `${prefix}-foreground`] }};
+
+ --border:{{ activeTheme?.cssVars.dark.border }};
+ --input:{{ activeTheme?.cssVars.dark.input }};
+ --ring:{{ activeTheme?.cssVars.dark.ring }};
+ }
+}
+
+
+
+ Viewer
++ Can view and comment. +
+Developer
++ Can view, comment and edit. +
+Billing
++ Can view, comment and manage billing. +
+Owner
++ Admin-level access to all resources. +
+Viewer
++ Can view and comment. +
+Developer
++ Can view, comment and edit. +
+Billing
++ Can view, comment and manage billing. +
+Owner
++ Admin-level access to all resources. +
+