diff --git a/packages/ui-stencil/src/components/internal/icons.tsx b/packages/ui-stencil/src/components/internal/icons.tsx index 034c9b9..6fb79ad 100644 --- a/packages/ui-stencil/src/components/internal/icons.tsx +++ b/packages/ui-stencil/src/components/internal/icons.tsx @@ -9,7 +9,7 @@ interface IconProps { export const Icon: FunctionalComponent = ({ name, size = 24, color = 'black' }) => { const getIconSvg = (iconName: string) => { const icons: { [key: string]: string } = { - star: ` + star: ` diff --git a/packages/ui-stencil/src/components/internal/orama-chat-button/orama-chat-button.tsx b/packages/ui-stencil/src/components/internal/orama-chat-button/orama-chat-button.tsx index 90f1e4e..4d2e012 100644 --- a/packages/ui-stencil/src/components/internal/orama-chat-button/orama-chat-button.tsx +++ b/packages/ui-stencil/src/components/internal/orama-chat-button/orama-chat-button.tsx @@ -44,7 +44,7 @@ export class OramaChatButton { type="button" > - + {this.label} diff --git a/packages/ui-stencil/src/components/internal/orama-chat-suggestions/orama-chat-suggestions.scss b/packages/ui-stencil/src/components/internal/orama-chat-suggestions/orama-chat-suggestions.scss index f4ab2a2..b272a31 100644 --- a/packages/ui-stencil/src/components/internal/orama-chat-suggestions/orama-chat-suggestions.scss +++ b/packages/ui-stencil/src/components/internal/orama-chat-suggestions/orama-chat-suggestions.scss @@ -1,5 +1,6 @@ :host { display: block; + font-family: var(--font-primary, font('primary')); } .suggestions-chips { @@ -7,7 +8,6 @@ align-items: center; gap: var(--spacing-m, $spacing-m); padding: var(--radius-s, $spacing-s) var(--radius-l, $spacing-l); - list-style: none; margin: 0; overflow-x: auto; @@ -80,6 +80,7 @@ -webkit-text-fill-color: transparent; width: 100%; border: 1px solid transparent; + font-family: inherit; &:focus-visible { outline: none;