diff --git a/src/popover/popover.directive.ts b/src/popover/popover.directive.ts index 58ba05c388..6f9c504f4d 100644 --- a/src/popover/popover.directive.ts +++ b/src/popover/popover.directive.ts @@ -107,10 +107,10 @@ export class PopoverContainer implements AfterViewInit, OnChanges, OnDestroy { /** * Enable high contrast for popover container */ - @HostBinding("class.cds--popover--high-contrast") @Input() highContrast = true; + @HostBinding("class.cds--popover--high-contrast") @Input() highContrast = false; /** * **Experimental**: Use floating-ui to position the tooltip - * This is not toggleable - should be sent once + * This is not toggleable - should be assigned once */ @HostBinding("class.cds--popover--auto-align") @Input() autoAlign = false; @HostBinding("class.cds--popover-container") containerClass = true;