Skip to content

Commit 9cec7a7

Browse files
committed
Move story style dec
1 parent f196472 commit 9cec7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tabs/src/Tabs.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ Chromatic.parameters = { chromatic: { disable: false } };
341341

342342
const RECOMMENDED_CSS__TABS__ROOT = {
343343
// ensures things are layed out correctly by default
344-
border: '1px solid #eee',
345344
display: 'flex',
346345
'&[data-orientation="horizontal"]': {
347346
flexDirection: 'column',
@@ -350,6 +349,7 @@ const RECOMMENDED_CSS__TABS__ROOT = {
350349

351350
const rootClass = css({
352351
...RECOMMENDED_CSS__TABS__ROOT,
352+
border: '1px solid #eee',
353353
fontFamily:
354354
'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
355355
maxWidth: '20rem',

0 commit comments

Comments
 (0)