Skip to content

Commit

Permalink
style(ui): Fix night colors for Callout
Browse files Browse the repository at this point in the history
  • Loading branch information
connieelee committed Oct 29, 2024
1 parent 84b70aa commit 4549fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave-js/src/components/Callout/Callout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const Callout = ({className, color, icon, size}: CalloutProps) => {
<Tailwind>
<div
className={twMerge(
'night-aware',
getTagColorClass(color),
'flex items-center justify-center rounded-full',
size === 'x-small' && 'h-[40px] w-[40px]',
Expand Down

0 comments on commit 4549fd8

Please sign in to comment.