Skip to content

Commit 06f576b

Browse files
committed
fix(transition.style): add outline to theme set
1 parent f860ee9 commit 06f576b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

src/components/organisms/FileTabs/FileTabs.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ const TabElement = tasty(Action, {
108108
fontWeight: 500,
109109
opacity: 1,
110110
preset: 'default',
111-
shadow: {
112-
'': 'inset 0 0 0 1ow #purple-03.0',
113-
focused: 'inset 0 0 0 1ow #purple-03',
114-
},
115111
transform: {
116112
'': 'translate(0, 0)',
117113
'[disabled]': 'translate(0, 1bw)',

src/tasty/styles/transition.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ const MAP = {
2020
'font-style',
2121
],
2222
text: ['font-weight', 'text-decoration-color'],
23-
theme: ['color', 'background-color', 'box-shadow', 'border', 'border-radius'],
23+
theme: [
24+
'color',
25+
'background-color',
26+
'box-shadow',
27+
'border',
28+
'border-radius',
29+
'outline',
30+
],
2431
inset: ['box-shadow'],
2532
mark: ['box-shadow'],
2633
width: ['max-width', 'min-width', 'width'],

0 commit comments

Comments
 (0)