chore: migrate to tailwind v4
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-07-03 14:53:39 -04:00
parent c9e4d345b8
commit 2c2eca8360
33 changed files with 4590 additions and 1615 deletions
+4 -2
View File
@@ -153,7 +153,7 @@ export default function AdminUsersPage() {
</div>
)}
<div className="min-w-full overflow-scroll rounded shadow">
<div className="min-w-full overflow-scroll rounded shadow-sm">
<table className="min-w-full bg-surface text-sm leading-normal text-content">
<thead className="text-content-muted">
<tr>
@@ -163,7 +163,9 @@ export default function AdminUsersPage() {
</button>
</th>
<th className="border-b border-border p-3 text-left font-normal uppercase">User</th>
<th className="border-b border-border p-3 text-left font-normal uppercase">Password</th>
<th className="border-b border-border p-3 text-left font-normal uppercase">
Password
</th>
<th className="border-b border-border p-3 text-center font-normal uppercase">
Permissions
</th>