You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close icon is invisible in Modal with dimmer={"inverted"} white background
Steps
<Modal trigger={<Button>Show Modal</Button>} closeIcon dimmer={"inverted"}>
<Header icon='archive' content='Archive Old Messages' />
<Modal.Content>
<p>
Your inbox is getting full, would you like us to enable automatic archiving of old messages?
</p>
</Modal.Content>
<Modal.Actions>
<Button color='red'>
<Icon name='remove' /> No
</Button>
<Button color='green'>
<Icon name='checkmark' /> Yes
</Button>
</Modal.Actions>
</Modal>
Expected Result
A visible contrast close Icon
Actual Result
The close icon is invisible(almost invisible in docs) with dimmer={"inverted"}
Version
v0.82.3
The text was updated successfully, but these errors were encountered:
Bug Report
Close icon is invisible in Modal with dimmer={"inverted"} white background
Steps
Expected Result
A visible contrast close Icon
Actual Result
The close icon is invisible(almost invisible in docs) with dimmer={"inverted"}
Version
v0.82.3
The text was updated successfully, but these errors were encountered: