diff --git a/assets/css/output.css b/assets/css/output.css index b3c0802..9a4bcd1 100644 --- a/assets/css/output.css +++ b/assets/css/output.css @@ -260,6 +260,10 @@ border-bottom-style: var(--tw-border-style); border-bottom-width: 1px; } + .border-b-0 { + border-bottom-style: var(--tw-border-style); + border-bottom-width: 0px; + } .bg-card { background-color: var(--card); } diff --git a/ui/pages/home.templ b/ui/pages/home.templ index bfa2366..65d99ec 100644 --- a/ui/pages/home.templ +++ b/ui/pages/home.templ @@ -94,7 +94,7 @@ templ Home(plan csv.Plan) { } } } - @table.Row() { + @table.Row(table.RowProps{Class: "border-b-0"}) { @table.Cell() { Sonntag } diff --git a/ui/pages/home_templ.go b/ui/pages/home_templ.go index c5d3c49..049d21a 100644 --- a/ui/pages/home_templ.go +++ b/ui/pages/home_templ.go @@ -35,7 +35,7 @@ func Home(plan csv.Plan) templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "Menüplan") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "Menüplan") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -706,7 +706,7 @@ func Home(plan csv.Plan) templ.Component { } return nil }) - templ_7745c5c3_Err = table.Row().Render(templ.WithChildren(ctx, templ_7745c5c3_Var34), templ_7745c5c3_Buffer) + templ_7745c5c3_Err = table.Row(table.RowProps{Class: "border-b-0"}).Render(templ.WithChildren(ctx, templ_7745c5c3_Var34), templ_7745c5c3_Buffer) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }