Skip to content

Commit 0837d03

Browse files
authored
fix: revert high contrast to false by default for popover (#2848)
Signed-off-by: Akshat Patel <[email protected]>
1 parent 26d04ad commit 0837d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/popover/popover.directive.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ export class PopoverContainer implements AfterViewInit, OnChanges, OnDestroy {
107107
/**
108108
* Enable high contrast for popover container
109109
*/
110-
@HostBinding("class.cds--popover--high-contrast") @Input() highContrast = true;
110+
@HostBinding("class.cds--popover--high-contrast") @Input() highContrast = false;
111111
/**
112112
* **Experimental**: Use floating-ui to position the tooltip
113-
* This is not toggleable - should be sent once
113+
* This is not toggleable - should be assigned once
114114
*/
115115
@HostBinding("class.cds--popover--auto-align") @Input() autoAlign = false;
116116
@HostBinding("class.cds--popover-container") containerClass = true;

0 commit comments

Comments
 (0)