feat: button style/visibility
This commit is contained in:
@@ -133,7 +133,7 @@ function ChemistryDnD({ user, players }: PlayerInfoProps) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button className="submit" onClick={() => handleSubmit()}>
|
||||
<button className="submit wavering" onClick={() => handleSubmit()}>
|
||||
💾 <span className="submit_text">submit</span>
|
||||
</button>
|
||||
<dialog
|
||||
@@ -225,7 +225,7 @@ function MVPDnD({ user, players }: PlayerInfoProps) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button className="submit" onClick={() => handleSubmit()}>
|
||||
<button className="submit wavering" onClick={() => handleSubmit()}>
|
||||
💾 <span className="submit_text">submit</span>
|
||||
</button>
|
||||
<dialog
|
||||
|
Reference in New Issue
Block a user