this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: round all the close buttons the same

+2 -2
+2 -2
client/src/lumina_client/view/homepage.gleam
··· 88 88 html.button( 89 89 [ 90 90 attribute.class( 91 - "btn btn-circle btn-error absolute top-4 right-4 text-2xl", 91 + "btn rounded-none rounded-bl-sm btn-error absolute top-0 right-0 text-2xl", 92 92 ), 93 93 94 94 event.on_click(CloseModal), ··· 193 193 html.button( 194 194 [ 195 195 attribute.class( 196 - "btn btn-circle btn-error absolute top-4 right-4 text-2xl", 196 + "btn rounded-none rounded-bl-sm btn-error absolute top-0 right-0 text-2xl", 197 197 ), 198 198 event.on_click(CloseModal), 199 199 ],