v3: button styling consistency pass

This commit is contained in:
khannurien
2026-03-21 19:41:15 +00:00
parent 5bed03baa5
commit 39a0cc397e
12 changed files with 42 additions and 26 deletions

View File

@@ -153,14 +153,14 @@ export function DumpEdit() {
actions={
<>
<button
className="logout-btn"
className="btn-border"
type="button"
onClick={() => globalThis.location.reload()}
>
Retry
</button>
<button
className="logout-btn"
className="btn-border"
type="button"
onClick={() => navigate("/")}
>
@@ -261,7 +261,7 @@ export function DumpEdit() {
/>
</div>
<div className="dump-mode-toggle">
<div className="visibility-toggle">
<button
type="button"
className={!isPrivate ? "active" : ""}