use icon only on mobile

This commit is contained in:
Josh Hawkins
2026-03-12 08:57:57 -05:00
parent 5a1ec5d729
commit 0f735bea37
5 changed files with 30 additions and 19 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ export default function ProfilesView({
})}
</SelectContent>
</Select>
{activating && <ActivityIndicator className="w-auto" size={18} />}
{activating && <ActivityIndicator className="size-4" />}
</div>
)}
<Button
+1 -1
View File
@@ -167,7 +167,7 @@ export function SingleSectionPage({
<Badge
variant="secondary"
className={cn(
"cursor-default border-2 text-xs text-primary-variant",
"cursor-default border-2 text-center text-xs text-primary-variant",
sectionStatus.overrideSource === "profile" &&
profileColor
? profileColor.border