✏️ Fix typo

This commit is contained in:
2024-04-23 18:29:44 +02:00
parent 0d9074bd4a
commit 75b1967f39

View File

@ -129,7 +129,7 @@
}}
/>
<Button
text="Change inout method"
text="Change input method"
emoji="🔀"
callback={() => {
if (mode == Mode.Rgb) mode = Mode.Cmyk;