From 2487ca64e23e3918248338f1f793896b0aa3146d Mon Sep 17 00:00:00 2001 From: Viraj-10 Date: Wed, 9 Feb 2022 13:51:59 +0530 Subject: [PATCH] fix: alert basic/usage resposive fix --- src/nb/components/composites/Alert/basic.tsx | 18 +++++++++--------- src/nb/components/composites/Alert/usage.tsx | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/nb/components/composites/Alert/basic.tsx b/src/nb/components/composites/Alert/basic.tsx index 2b9b233..1d3b99e 100644 --- a/src/nb/components/composites/Alert/basic.tsx +++ b/src/nb/components/composites/Alert/basic.tsx @@ -13,26 +13,26 @@ import { export const Example = () => { return (
- - + + - + - + We are going live in July! } + variant='unstyled' + icon={} /> - + We are happy to announce that we are going live on July 28th. Get ready! diff --git a/src/nb/components/composites/Alert/usage.tsx b/src/nb/components/composites/Alert/usage.tsx index 8fec435..a510e17 100644 --- a/src/nb/components/composites/Alert/usage.tsx +++ b/src/nb/components/composites/Alert/usage.tsx @@ -12,26 +12,26 @@ import { export function Example() { return (
- - + + - + - + We are going live in July! } + variant='unstyled' + icon={} /> - + We are happy to announce that we are going live on July 28th. Get ready!