Skip to content

Commit

Permalink
fix b2b message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Jul 22, 2023
1 parent 60aeb43 commit 88f1271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/theme-b2b/src/components/Message.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export const Message: ThemeComponent<'Message'> = {
}
),
title: cva('font-bold'),
content: cva(''),
icon: cva('', {
content: cva('col-span-2 col-start-1'),
icon: cva('h-4 w-4', {
variants: {
variant: {
warning: 'text-fill-warning',
Expand Down

0 comments on commit 88f1271

Please sign in to comment.