fix: Layout of notice

This commit is contained in:
Tom Moor
2024-02-01 22:13:36 -05:00
parent 058e2c44e1
commit aecefc2c01
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ type Props = {
};
const Notice: React.FC<Props> = ({ children, icon, description }: Props) => (
<Container>
<Container as="div">
<Flex as="span" gap={8}>
{icon}
<span>