feat: Add search to brew logs
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user