We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc06bf commit 0b0316cCopy full SHA for 0b0316c
pwa/flush/components.go
@@ -141,7 +141,7 @@ type buttonUpdate struct {
141
142
func (b *buttonUpdate) Render() app.UI {
143
return app.Button().Text("Update").OnClick(b.onClick).Class(
144
- "bg-yellow-500 hover:bg-yellow-700 text-black font-bold py-2 px-4 rounded absolute bottom-4 left-4")
+ InviCss)
145
}
146
func (b *buttonUpdate) onClick(ctx app.Context, e app.Event) {
147
var creds Creds
0 commit comments