+1
-1
src/views/repo.tsx
+1
-1
src/views/repo.tsx
···
178
178
const RepoTab = (props: { tab: Tab; label: string }) => (
179
179
<button
180
180
classList={{
181
-
"rounded-full flex flex-1 py-1 justify-center": true,
181
+
"rounded-full text-xs sm:text-sm flex flex-1 py-1.5 justify-center": true,
182
182
"bg-white dark:bg-dark-300 shadow-sm dark:shadow-dark-900/80": tab() === props.tab,
183
183
"bg-transparent hover:bg-zinc-200 dark:hover:bg-dark-200": tab() !== props.tab,
184
184
}}