improved ux + coloring fix + improved dashboard ui

This commit is contained in:
Daniel
2023-08-28 14:03:06 -04:00
parent e47aef8123
commit 5015f79b81
7 changed files with 84 additions and 186 deletions
+1
View File
@@ -53,6 +53,7 @@ export default function Subscribe() {
<TextInput
placeholder="john"
value={inputedUsername}
className="bg-white"
onChange={(e) => setInputedUsername(e.target.value)}
/>
</div>