feat: Add search to brew logs
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s

This commit is contained in:
2026-06-06 22:31:58 +05:30
parent a27bd118e5
commit f95d1f3028
2 changed files with 71 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ export default function ProfilePage({ user, isOnline, syncing, showSyncedStatus
<button
key={opt.value}
onClick={() => setTheme(opt.value)}
className={`py-2 px-3 rounded-lg text-xs font-semibold transition-all cursor-pointer ${
className={`py-2 px-3 rounded-xl text-xs font-semibold transition-all cursor-pointer ${
active
? "bg-[#2C1810] text-[#FAF6F1] dark:bg-[#FAF6F1] dark:text-[#2C1810] shadow-sm"
: "text-[#6B5744] hover:text-[#2C1810] dark:text-[#C8B9A6] dark:hover:text-[#FAF6F1]"