feat(theme): ✨ Add custom css settings
This commit is contained in:
@@ -48,6 +48,7 @@ export const TypebotViewer = ({
|
||||
{phoneNumberInputStyle}
|
||||
{phoneSyle}
|
||||
{style}
|
||||
{typebot.theme?.customCss}
|
||||
</style>
|
||||
}
|
||||
style={{ width: '100%', height: '100%', border: 'none' }}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export type Theme = {
|
||||
general?: GeneralTheme
|
||||
chat?: ChatTheme
|
||||
customCss?: string
|
||||
}
|
||||
|
||||
export type GeneralTheme = {
|
||||
|
||||
Reference in New Issue
Block a user