Skip to content

Commit

Permalink
Merge branch 'next' into feat/2499-theming
Browse files Browse the repository at this point in the history
  • Loading branch information
zachstence committed Nov 19, 2024
2 parents a607cf4 + 297845c commit d062cc5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-pugs-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@evidence-dev/core-components': patch
---

Align the height of buttongroup to dropdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<div
class={display === 'tabs'
? 'my-6 flex flex-wrap gap-x-1 gap-y-1'
: 'inline-flex rounded-md shadow-sm shadow-base-100 overflow-auto border border-base-300 no-scrollbar'}
: 'inline-flex rounded-md shadow-sm shadow-base-100 overflow-auto h-8 border border-base-300 no-scrollbar'}
role="group"
>
{#if preset}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{:else if display === 'buttons'}
<button
type="button"
class="flex-none py-1 font-medium h-8 px-3 text-xs truncate
class="flex-none py-1 font-medium px-3 text-xs truncate
border-r last:border-none border-base-300
hover:bg-base-200 focus:z-10 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-base-300
{$currentValue?.value === value ? 'z-10 bg-base-200 text-primary' : 'z-0 bg-base-100'}"
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 d062cc5

Please sign in to comment.