From 8a075e926e0729f2c32921d454980d55032bef46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSalar?= <“salar.sali97@gmail.com”> Date: Mon, 17 Oct 2022 14:47:21 +0300 Subject: [PATCH] resolve the style of link --- src/components/typography/Link.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/typography/Link.tsx b/src/components/typography/Link.tsx index c01bb6b..8b55a57 100755 --- a/src/components/typography/Link.tsx +++ b/src/components/typography/Link.tsx @@ -51,6 +51,7 @@ export default function Link({ : style } aria-disabled={disabled} + className="flex items-center" {...props} > {children}