-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
import { ThemeComponent, cva } from '@marigold/system'; | ||
|
||
export const Message: ThemeComponent<'Message'> = { | ||
container: cva('not-prose relative w-full rounded-lg p-4 pl-11', { | ||
container: cva('not-prose rounded-lg p-4', { | ||
variants: { | ||
variant: { | ||
info: 'bg-bg-info text-text-info', | ||
warning: 'bg-bg-warning text-text-warning', | ||
}, | ||
}, | ||
}), | ||
icon: cva('absolute left-3 top-3 block h-6 w-6'), | ||
title: cva('mb-1 font-bold leading-none tracking-tight'), | ||
icon: cva(''), | ||
title: cva('font-bold tracking-tight'), | ||
content: cva('text-sm [&_p]:leading-relaxed'), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4b354f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marigold-storybook – ./
marigold-latest.vercel.app
marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app
4b354f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
marigold-docs – ./
marigold-docs.vercel.app
marigold-docs-marigold.vercel.app
marigold-docs-git-main-marigold.vercel.app