Skip to content

Commit

Permalink
fix(BadgePrimitive): fix min height
Browse files Browse the repository at this point in the history
This was having a side-effect on NotificationBagde, making it not circular.

https://skypicker.slack.com/archives/C7T7QG7M5/p1704360137684679
  • Loading branch information
mvidalgarcia committed Jan 4, 2024
1 parent 9e206a5 commit 13fa300
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ const BadgePrimitive = ({
"orbit-badge-primitive",
"font-base text-small font-medium leading-[14px]",
"inline-flex shrink-0 grow-0 basis-auto items-center justify-center",
"rounded-badge min-h-icon-medium relative box-border",
"rounded-badge min-h-icon-large relative box-border",
"px-xs py-0",
"[&>.orbit-carrier-logo]:absolute [&>.orbit-carrier-logo]:start-0",
)}
Expand Down

0 comments on commit 13fa300

Please sign in to comment.