refactor: simplify button classes for presenter and event links in event management UI

This commit is contained in:
Alex Lion
2026-04-06 13:45:21 +02:00
parent 17fc962a2b
commit b7548ec6f2

View File

@@ -322,7 +322,7 @@
id={"openPresenter-#{@event.uuid}"} id={"openPresenter-#{@event.uuid}"}
data-url={~p"/e/#{@event.code}/presenter"} data-url={~p"/e/#{@event.code}/presenter"}
type="button" type="button"
class="hidden lg:inline-flex items-center gap-x-2 px-3 py-2.5 rounded-full text-sm font-bold btn btn-gradient border-none" class="hidden lg:inline-flex btn btn-gradient"
> >
<!-- Play icon --> <!-- Play icon -->
<svg <svg
@@ -342,7 +342,7 @@
<a <a
href={~p"/e/#{@event.code}"} href={~p"/e/#{@event.code}"}
target="_blank" target="_blank"
class="hidden sm:flex items-center gap-x-1 bg-gray-100 border border-gray-100 rounded-full px-3 py-2.5 hover:bg-gray-200 transition cursor-pointer" class="hidden sm:flex btn btn-tertiary"
> >
<!-- User icon --> <!-- User icon -->
<svg <svg