Merge pull request #6078 from eneeio-nm/patch-1
fix: typo in theme presets (chip/index.js)pull/6101/head
commit
54071ba45c
|
@ -45,7 +45,7 @@ export default {
|
||||||
color: '{surface.0}'
|
color: '{surface.0}'
|
||||||
},
|
},
|
||||||
removeIcon: {
|
removeIcon: {
|
||||||
color: '{surfaec.0}'
|
color: '{surface.0}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
color: '{surface.0}'
|
color: '{surface.0}'
|
||||||
},
|
},
|
||||||
removeIcon: {
|
removeIcon: {
|
||||||
color: '{surfaec.0}'
|
color: '{surface.0}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ export default {
|
||||||
color: '{surface.0}'
|
color: '{surface.0}'
|
||||||
},
|
},
|
||||||
removeIcon: {
|
removeIcon: {
|
||||||
color: '{surfaec.0}'
|
color: '{surface.0}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue