Brisanet / ion-react

Ion design system in react
https://main--63da5890a06a8f8f995110dd.chromatic.com/
MIT License
10 stars 1 forks source link

Create style function to return svg fill and colors #62

Closed iurynogueira closed 1 year ago

iurynogueira commented 1 year ago
          it is possible to reduce code repetition with function
const getCustomStyle = (border:string, backgroundColor: string, color:string, outline: string, fill: string) => ({
    border,
    backgroundColor,
    color,
    outline,
    svg: {
        fill,
    },
})

_Originally posted by @Deeved in https://github.com/iurynogueira/ion-react/pull/44#discussion_r1102747668_