Skip to content

Commit f4d5394

Browse files
committed
fix(Message): updated compact message avatar size
1 parent 20d2b61 commit f4d5394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/module/src/Message/Message.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
}
170170

171171
.pf-chatbot__message-avatar.pf-chatbot__message-avatar--round.pf-v6-c-avatar {
172-
--pf-v6-c-avatar--Width: 2rem;
173-
--pf-v6-c-avatar--Height: 2rem;
172+
--pf-v6-c-avatar--Width: 1.5rem;
173+
--pf-v6-c-avatar--Height: 1.5rem;
174174
}
175175

176176
.pf-chatbot__message-contents {

0 commit comments

Comments
 (0)