Skip to content

Commit 6999177

Browse files
committed
fix(HeaderToggle): updated border radius in high contrast
1 parent c082f9c commit 6999177

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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: var(--pf-t--global--border--radius--pill);
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)