2
0

💄 Improve multiple choice color when image background

This commit is contained in:
Baptiste Arnaud
2023-08-01 18:42:39 +02:00
parent 482462f2b1
commit ee067ceee1
3 changed files with 73 additions and 17 deletions

View File

@@ -53,6 +53,8 @@ export const BackgroundContent = ({
_hover={{ filter: 'brightness(.9)' }}
transition="filter 200ms"
rounded="md"
maxH="200px"
objectFit="cover"
/>
) : (
<Button>Select an image</Button>