fix(edge-stack): edfix(image): force remove button color EE-5787ge stack git authentication issues EE-5595 (#9237)

pull/9244/head
cmeng 1 year ago committed by GitHub
parent bb61723ba1
commit 94379763f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,7 +154,7 @@ function RemoveButtonMenu({
<span className="sr-only">Toggle Dropdown</span> <span className="sr-only">Toggle Dropdown</span>
</MenuButton> </MenuButton>
<MenuPopover position={positionRight}> <MenuPopover position={positionRight}>
<div className="mt-3 bg-white"> <div className="mt-3 bg-white th-highcontrast:bg-black th-dark:bg-black">
<MenuItem <MenuItem
onSelect={() => { onSelect={() => {
onRemove(selectedItems, true); onRemove(selectedItems, true);

Loading…
Cancel
Save