feat: qr code

This commit is contained in:
Ibrahima G. Coulibaly
2025-06-05 19:51:02 +01:00
parent 25397f2cf4
commit 6ed0f95f88
5 changed files with 273 additions and 108 deletions

View File

@@ -39,7 +39,7 @@ const ColorSelector: React.FC<ColorSelectorProps & TextFieldProps> = ({
<PaletteIcon />
</IconButton>
<TextField
style={{ display: 'none' }}
style={{ visibility: 'hidden' }}
inputRef={inputRef}
type="color"
value={color}