💄(frontend) replace grayscale button with a new variant

Button was looking disabled. Use an appropriate contrast.
This commit is contained in:
lebaudantoine
2024-12-02 17:32:09 +01:00
committed by aleb_the_flash
parent 39fdffd9a8
commit 60b7a35ed1
8 changed files with 20 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ const StyledSidePanel = ({
>
<Button
invisible
variant="greyscale"
variant="tertiaryText"
size="xs"
onPress={onClose}
aria-label={closeButtonTooltip}