File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ const ItemActionElement = tasty({
8282
8383 Icon : {
8484 ...( ITEM_ACTION_BASE_STYLES . Icon as Styles ) ,
85- '$icon-size' : 'min($local-icon-size, ($action-size - .5x ))' ,
85+ '$icon-size' : 'min($local-icon-size, ($action-size - .25x ))' ,
8686 } ,
8787
8888 RightIcon : {
8989 ...( ITEM_ACTION_BASE_STYLES . Icon as Styles ) ,
90- '$icon-size' : 'min($local-icon-size, ($action-size - .5x ))' ,
90+ '$icon-size' : 'min($local-icon-size, ($action-size - .25x ))' ,
9191 } ,
9292 } ,
9393 variants : {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ function Tag(allProps: CubeTagProps, ref) {
7272 < Item . Action
7373 aria-label = "Close"
7474 styles = { { color : 'currentColor' , ...closeButtonStyles } }
75- icon = { < CloseIcon stroke = { 2 } /> }
75+ icon = { < CloseIcon /> }
7676 onPress = { onClose }
7777 />
7878 ) : undefined
You can’t perform that action at this time.
0 commit comments