From 10ea460eb32e7274a17e45f6619d7127c05a8359 Mon Sep 17 00:00:00 2001 From: kostasdano Date: Wed, 18 Dec 2024 15:01:48 +0200 Subject: [PATCH] feat: change focus paddings --- .../Updated Components/Tabs/TabStepper-Playground.snap | 2 +- .../Tabs/TabStepper-TabStepperOrientation.snap | 2 +- .../Updated Components/Tabs/TabStepper-TabStepperStatuses.snap | 2 +- .../Updated Components/Tabs/TabStepper-TabStepperTypes.snap | 2 +- .../Tabs/TabStepper-TabStepperWithContent.snap | 2 +- .../TabStepper/components/TabStepList/TabStepList.style.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/__storyshots__/Updated Components/Tabs/TabStepper-Playground.snap b/src/__storyshots__/Updated Components/Tabs/TabStepper-Playground.snap index 514d187ad..14d9ec281 100644 --- a/src/__storyshots__/Updated Components/Tabs/TabStepper-Playground.snap +++ b/src/__storyshots__/Updated Components/Tabs/TabStepper-Playground.snap @@ -69,7 +69,7 @@ } .emotion-1[data-orientation='horizontal'] [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } .emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] { diff --git a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperOrientation.snap b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperOrientation.snap index 758f3db64..71525e04b 100644 --- a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperOrientation.snap +++ b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperOrientation.snap @@ -69,7 +69,7 @@ } .emotion-1[data-orientation='horizontal'] [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } .emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] { diff --git a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperStatuses.snap b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperStatuses.snap index 758f3db64..71525e04b 100644 --- a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperStatuses.snap +++ b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperStatuses.snap @@ -69,7 +69,7 @@ } .emotion-1[data-orientation='horizontal'] [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } .emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] { diff --git a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperTypes.snap b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperTypes.snap index cd9a4c23c..87654bc28 100644 --- a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperTypes.snap +++ b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperTypes.snap @@ -80,7 +80,7 @@ } .emotion-2[data-orientation='horizontal'] [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } .emotion-2[data-orientation='horizontal'] [role='tab'][data-selected] { diff --git a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperWithContent.snap b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperWithContent.snap index 758f3db64..71525e04b 100644 --- a/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperWithContent.snap +++ b/src/__storyshots__/Updated Components/Tabs/TabStepper-TabStepperWithContent.snap @@ -69,7 +69,7 @@ } .emotion-1[data-orientation='horizontal'] [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } .emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] { diff --git a/src/components/TabStepper/components/TabStepList/TabStepList.style.ts b/src/components/TabStepper/components/TabStepList/TabStepList.style.ts index 6ec9d74f2..62a3ae208 100644 --- a/src/components/TabStepper/components/TabStepList/TabStepList.style.ts +++ b/src/components/TabStepper/components/TabStepList/TabStepList.style.ts @@ -53,7 +53,7 @@ export const containerStyles = (sx?: CSSObject) => (theme: Theme) => } [role='tab']:after { - inset: -8px -12px; + inset: -3px -8px; } [role='tab'][data-selected] {