From 2d13c47b887cea739599bd530669068e959c3f57 Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dylankilgore@users.noreply.github.com> Date: Tue, 29 Mar 2022 21:05:56 -0700 Subject: [PATCH] fix: user agent border in tabs: overrides ua style (#20) --- src/components/Tabs/tabs.module.scss | 1 + src/components/Tooltip/Tooltip.stories.tsx | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/Tabs/tabs.module.scss b/src/components/Tabs/tabs.module.scss index 1fb9ff9e1..231504994 100644 --- a/src/components/Tabs/tabs.module.scss +++ b/src/components/Tabs/tabs.module.scss @@ -16,6 +16,7 @@ padding: $space-s $space-m; color: $color-secondary-grey; background-color: $card-background-color; + border: none; align-items: center; justify-content: center; position: relative; diff --git a/src/components/Tooltip/Tooltip.stories.tsx b/src/components/Tooltip/Tooltip.stories.tsx index dd554733e..c00710ce1 100644 --- a/src/components/Tooltip/Tooltip.stories.tsx +++ b/src/components/Tooltip/Tooltip.stories.tsx @@ -20,13 +20,13 @@ const Wrapper: FC = ({ children }) => ( ); export const Base = () => ( -