Port `colorSVG` from Sass to TypeScript (React)
parent
16bc1d34c6
commit
623bdd9284
@ -0,0 +1,7 @@
|
||||
export const colorSVG = (url: string, color: string) => {
|
||||
return {
|
||||
WebkitMask: `url(${url}) no-repeat center`,
|
||||
WebkitMaskSize: '100%',
|
||||
backgroundColor: color,
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue