Set up Gitea Actions/CI (#23)
Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
@@ -66,7 +66,7 @@ export default class IconComponent extends Component {
|
||||
|
||||
get style() {
|
||||
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