File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
example/storybook/stories/components/composites/Alert Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ export function Example() {
37
37
< IconButton
38
38
variant = "unstyled"
39
39
_focus = { { borderWidth : 0 } }
40
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
40
+ icon = { < CloseIcon size = "3" /> }
41
+ _icon = { { color : 'coolGray.600' } }
41
42
onPress = { ( ) => setShow ( false ) }
42
43
/>
43
44
</ HStack >
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ export const Example = () => {
30
30
< IconButton
31
31
variant = "unstyled"
32
32
_focus = { { borderWidth : 0 } }
33
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
33
+ icon = { < CloseIcon size = "3" /> }
34
+ _icon = { { color : 'coolGray.600' } }
34
35
/>
35
36
</ HStack >
36
37
< Box pl = "6" _text = { { color : 'coolGray.600' } } >
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ export function Example() {
31
31
< IconButton
32
32
variant = "unstyled"
33
33
_focus = { { borderWidth : 0 } }
34
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
34
+ icon = { < CloseIcon size = "3" /> }
35
+ _icon = { { color : 'coolGray.600' } }
35
36
/>
36
37
</ HStack >
37
38
< Box pl = "6" _text = { { color : 'coolGray.600' } } >
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ export function Example() {
35
35
< IconButton
36
36
variant = "unstyled"
37
37
_focus = { { borderWidth : 0 } }
38
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
38
+ icon = { < CloseIcon size = "3" /> }
39
+ _icon = { { color : 'coolGray.600' } }
39
40
/>
40
41
</ HStack >
41
42
< Box pl = "6" _dark = { { _text : { color : 'coolGray.600' } } } >
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ export function Example() {
46
46
< IconButton
47
47
variant = "unstyled"
48
48
_focus = { { borderWidth : 0 } }
49
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
49
+ icon = { < CloseIcon size = "3" /> }
50
+ _icon = { { color : 'coolGray.600' } }
50
51
/>
51
52
</ HStack >
52
53
</ VStack >
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ export function Example() {
29
29
< IconButton
30
30
variant = "unstyled"
31
31
_focus = { { borderWidth : 0 } }
32
- icon = { < CloseIcon size = "3" color = "coolGray.600" /> }
32
+ icon = { < CloseIcon size = "3" /> }
33
+ _icon = { { color : 'coolGray.600' } }
33
34
/>
34
35
</ HStack >
35
36
< Box pl = "6" _text = { { color : 'coolGray.600' } } >
You can’t perform that action at this time.
0 commit comments