Skip to content

Commit 5990ef8

Browse files
fix(HeaderToggle): updated border radius in high contrast (#730)
Co-authored-by: Eric Olkowski <[email protected]>
1 parent 20d2b61 commit 5990ef8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/module/src/ChatbotHeader/ChatbotHeader.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
align-items: center;
9292
justify-content: center;
9393

94+
&::before {
95+
border-radius: inherit;
96+
}
97+
9498
.pf-v6-c-button__icon,
9599
.pf-v6-c-menu-toggle__icon,
96100
.pf-v6-c-icon__content {

0 commit comments

Comments
 (0)