File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ export const Alert: React.FC<AlertProps> = (props) => {
1919 const { color = "secondary" , children, ...rest } = props
2020
2121 const icons : Record < Color , React . ReactElement < IconProps > > = {
22- "primary" : < IconCircleDot size = { 16 } /> ,
23- "secondary" : < IconCircleDot size = { 16 } /> ,
24- "info" : < IconInfoCircle size = { 16 } /> ,
25- "success" : < IconCircleCheck size = { 16 } /> ,
26- "warning" : < IconAlertCircle size = { 16 } /> ,
27- "error" : < IconCircleX size = { 16 } /> ,
22+ "primary" : < IconCircleDot size = { 18 } /> ,
23+ "secondary" : < IconCircleDot size = { 18 } /> ,
24+ "info" : < IconInfoCircle size = { 18 } /> ,
25+ "success" : < IconCircleCheck size = { 18 } /> ,
26+ "warning" : < IconAlertCircle size = { 18 } /> ,
27+ "error" : < IconCircleX size = { 18 } /> ,
2828 }
2929
3030 return < div { ...mergeCode0Props ( `alert alert--${ color } ` , rest ) } >
You can’t perform that action at this time.
0 commit comments