Skip to content

Commit

Permalink
Update button styles in index.html.heex
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Apr 27, 2024
1 parent bf3235a commit 3a6f949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/claper_web/live/event_live/index.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
data-tg-order="2"
data-tg-title={"#{gettext("In a hurry ?")} 🏃‍♂️"}
phx-click="toggle-quick-create"
class="relative inline-flex items-center px-5 py-2 text-sm rounded-md text-gray-500"
class="relative w-full justify-center sm:w-auto inline-flex items-center px-5 py-2 text-sm rounded-md text-gray-500"
>
<svg
class="-ml-1 mr-1 h-5 w-5"
Expand All @@ -117,7 +117,7 @@
data-tg-tour={gettext("Welcome to Claper! You can create a new event here.")}
data-tg-title={"#{gettext("Your first steps with Claper")} 👋"}
href={~p"/events/new"}
class="relative inline-flex items-center px-5 py-2 text-lg font-medium rounded-md text-white bg-gradient-to-tl from-primary-500 to-secondary-500 bg-size-200 bg-pos-0 hover:bg-pos-100 transition-all duration-500"
class="relative w-full sm:w-auto inline-flex justify-center items-center px-5 py-2 text-lg font-medium rounded-md text-white bg-gradient-to-tl from-primary-500 to-secondary-500 bg-size-200 bg-pos-0 hover:bg-pos-100 transition-all duration-500"
>
<svg
class="-ml-1 mr-1 h-5 w-5"
Expand Down

0 comments on commit 3a6f949

Please sign in to comment.