Skip to content

Commit

Permalink
fix(frontend): icon not showing on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Apr 9, 2024
1 parent b0c1960 commit b51fa94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webapp/src/components/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ export class ChatComponent extends LitElement {
}
svg {
fill: currentColor;
width: 100%;
}
button {
font-size: 1rem;
Expand Down

0 comments on commit b51fa94

Please sign in to comment.