remove unwanted changes
This commit is contained in:
parent
b8fd3479d6
commit
759a4e89cd
1 changed files with 1 additions and 0 deletions
|
|
@ -30,5 +30,6 @@ func (o *ThemableSketchOverlay) Render() (string, error) {
|
||||||
}
|
}
|
||||||
o.el.ClassName += fmt.Sprintf(" sketch-overlay-%s", lc) // e.g. sketch-overlay-dark
|
o.el.ClassName += fmt.Sprintf(" sketch-overlay-%s", lc) // e.g. sketch-overlay-dark
|
||||||
}
|
}
|
||||||
|
|
||||||
return o.el.Render(), nil
|
return o.el.Render(), nil
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue