This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: subtler back button

To make additional buttons (reader, share button, etc.) stand out

+1 -1
+1 -1
src/webapp/components/navigation/backButton/BackButton.tsx
··· 14 14 return ( 15 15 <ActionIcon 16 16 onClick={() => router.back()} 17 - variant="light" 17 + variant="subtle" 18 18 size="lg" 19 19 color="gray" 20 20 radius={'xl'}