Skip to content

Commit 102d130

Browse files
committed
fix(Icons) updated bot avatar and toggle icon alignment
1 parent e793948 commit 102d130

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

packages/module/src/ChatbotToggle/ChatbotToggle.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
display: contents;
2222
}
2323

24+
&.pf-chatbot__button--active {
25+
svg {
26+
--pf-v6-c-icon__content--svg--VerticalAlign: -1.125em;
27+
}
28+
}
29+
2430
// Icon
2531
svg {
2632
width: var(--pf-t--global--spacer--lg);

packages/module/src/Message/Message.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@
200200
&:not(.pf-m-xl, .pf-m-lg, .pf-m-md, .pf-m-sm) {
201201
--pf-v6-c-avatar--Width: 1.5rem;
202202
--pf-v6-c-avatar--Height: 1.5rem;
203+
204+
.pf-v6-svg {
205+
width: 1rem;
206+
height: 1rem;
207+
}
203208
}
204209
}
205210

0 commit comments

Comments
 (0)