fix: make lock/unlock visible buttons match style

This commit is contained in:
2026-06-20 10:12:40 -03:00
parent 91bf31bd03
commit ea1cf8c1f0
2 changed files with 2 additions and 23 deletions
+2 -2
View File
@@ -67,10 +67,10 @@ export default function FlatCategory({
<button className={shared.lockAllBtn} onClick={onLockAll}>
Lock all
</button>
<button className={styles.pageActionBtn} onClick={onUnlockPage}>
<button className={shared.unlockAllBtn} onClick={onUnlockPage}>
Unlock visible
</button>
<button className={styles.pageActionBtn} onClick={onLockPage}>
<button className={shared.lockAllBtn} onClick={onLockPage}>
Lock visible
</button>
</div>