Skip to content

Commit

Permalink
fix: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMeBrianD committed Feb 11, 2025
1 parent 333b725 commit e4bf10c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
{#each thumbs ?? [] as thumb}
<SliderPrimitive.Thumb
{thumb}
class="block h-3 w-3 rounded-full border border-base-content bg-base-content shadow transition-colors active:outline-none active:ring-2 active:ring focus-visible:outline-none focus-visible:ring-2 focus-visible:ring disabled:opacity-50 cursor-pointer"
class="block h-3 w-3 rounded-full border border-base-content bg-base-content shadow transition-colors active:outline-none ring-primary/50 active:ring-2 focus-visible:outline-none focus-visible:ring-2 disabled:opacity-50 cursor-pointer"
/>
{:else}
<SliderPrimitive.Thumb
class="block h-3 w-3 rounded-full border border-base-content bg-base-content shadow transition-colors active:outline-none active:ring-2 active:ring focus-visible:outline-none focus-visible:ring-2 focus-visible:ring disabled:opacity-50 cursor-pointer"
class="block h-3 w-3 rounded-full border border-base-content bg-base-content shadow transition-colors active:outline-none ring-primary/50 active:ring-2 focus-visible:outline-none focus-visible:ring-2 disabled:opacity-50 cursor-pointer"
/>
{/each}
</SliderPrimitive.Root>
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
};
const classLookup = {
negative: 'border-negative/50 bg-negative/10',
positive: 'border-positive/50 bg-positive/10',
info: 'border-info/50 bg-info/10',
warning: 'border-warning/50 bg-warning/10'
negative: 'border-negative/50 bg-negative/10 text-negative-content',
positive: 'border-positive/50 bg-positive/10 text-positive-content',
info: 'border-info/50 bg-info/10 text-info-content',
warning: 'border-warning/50 bg-warning/10 text-warning-content'
};
</script>

Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4bf10c

Please sign in to comment.