Formatting
This commit is contained in:
@@ -66,7 +66,7 @@ export default class IconComponent extends Component {
|
|||||||
|
|
||||||
get style() {
|
get style() {
|
||||||
return htmlSafe(
|
return htmlSafe(
|
||||||
`width:${this.size}px;height:${this.size}px;color:${this.color}`,
|
`width:${this.size}px;height:${this.size}px;color:${this.color}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user