Fix background bleed through on color bubbles

This commit is contained in:
Josh Perez
2021-10-01 12:16:44 -04:00
committed by GitHub
parent f07decac5a
commit e033fd2cf3
2 changed files with 5 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ export const ChatColorPicker = ({
})}
<div
aria-label={i18n('ChatColorPicker__custom-color--label')}
className="ChatColorPicker__bubble"
className="ChatColorPicker__bubble ChatColorPicker__bubble--custom"
onClick={() =>
setCustomColorToEdit({ id: undefined, value: undefined })
}