* spacing, mobile navbar, and minor color updates

* tab scrolling behavior
This commit is contained in:
Josh Hawkins
2024-04-19 12:17:23 -05:00
committed by GitHub
parent d6dfa596de
commit 3b0f9988df
6 changed files with 56 additions and 33 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ function Logs() {
{Object.values(logTypes).map((item) => (
<ToggleGroupItem
key={item}
className={`flex items-center justify-between gap-2 ${logService == item ? "" : "text-gray-500"}`}
className={`flex items-center justify-between gap-2 ${logService == item ? "" : "text-muted-foreground"}`}
value={item}
aria-label={`Select ${item}`}
>