Skip to content

Commit

Permalink
fix: remove unnecessary css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
anfibiacreativa committed Dec 12, 2023
1 parent c61aaca commit f0525ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/chat-component/src/styles/chat-thread-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export const styles = css`
top: 0;
}
}
.chat__header--button,
.chat__header--avatar {
.chat__header--button {
display: flex;
align-items: center;
}
Expand Down

0 comments on commit f0525ce

Please sign in to comment.