Skip to content

Commit

Permalink
work around theme provider styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed Dec 2, 2024
1 parent 08ad339 commit e23117e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/spright-components/src/chat/input-toolbar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import { display } from '../../utilities/style/display';
export const styles = css`
${display('flex')}
/* TODO: Inline theme provider styles to work around build issue */
ni-nimble-theme-provider {
display: contents;
}
${toolbarTag} {
width: 100%;
}
Expand Down

0 comments on commit e23117e

Please sign in to comment.