[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

feat: add border to switch styles (#680)

authored by

Luke Warlow and committed by
GitHub
6b9a6ae5 3c45edb8

+2 -2
+2 -2
app/components/Settings/Toggle.client.vue
··· 21 21 {{ label }} 22 22 </span> 23 23 <span 24 - class="relative inline-flex h-6 w-11 shrink-0 items-center rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out motion-reduce:transition-none shadow-sm cursor-pointer" 25 - :class="checked ? 'bg-accent' : 'bg-bg border border-border'" 24 + class="relative inline-flex h-6 w-11 shrink-0 items-center rounded-full border-2 transition-colors duration-200 ease-in-out motion-reduce:transition-none cursor-pointer" 25 + :class="checked ? 'bg-accent border-transparent shadow-sm' : 'bg-bg border border-border'" 26 26 aria-hidden="true" 27 27 > 28 28 <span