Formatting
Some checks failed
CI / Lint (pull_request) Successful in 9m46s
CI / Test (pull_request) Has been cancelled

This commit is contained in:
2026-02-24 17:42:48 +04:00
parent b9382b9f57
commit 9a373e8af1

View File

@@ -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}`
);
}