We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00562db commit d2fc306Copy full SHA for d2fc306
packages/module/src/Message/UserFeedback/UserFeedback.scss
@@ -1,7 +1,8 @@
1
// shared
2
.pf-chatbot__feedback-card {
3
box-shadow: var(--pf-t--global--box-shadow--sm);
4
- --pf-v6-c-card--BorderWidth: 0;
+ // we want to override to 0 usually and assume the default border for high contrast support
5
+ --pf-v6-c-card--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
6
max-width: 27.5rem; // fixme address mobile vs desktop
7
}
8
0 commit comments