Skip to content

Commit f5077d5

Browse files
committed
style: dashboard buttons
1 parent 01468e0 commit f5077d5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
12211221
phx-value-user_id={@user.id}
12221222
phx-value-type="bounty"
12231223
variant="none"
1224-
class="group bg-card text-foreground transition-colors duration-75 hover:bg-blue-800/10 hover:text-blue-300 hover:drop-shadow-[0_1px_5px_#60a5fa80] focus:bg-blue-800/10 focus:text-blue-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#60a5fa80] border border-white/50 hover:border-blue-400/50 focus:border-blue-400/50"
1224+
class="group bg-blue-900/10 text-blue-300 transition-colors duration-75 hover:bg-blue-800/10 hover:text-blue-300 hover:drop-shadow-[0_1px_5px_#60a5fa80] focus:bg-blue-800/10 focus:text-blue-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#60a5fa80] border border-blue-400/40 hover:border-blue-400/50 focus:border-blue-400/50"
12251225
>
12261226
<.icon name="tabler-diamond" class="size-4 text-current mr-2 -ml-1" /> Bounty
12271227
</.button>
@@ -1230,7 +1230,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
12301230
phx-value-user_id={@user.id}
12311231
phx-value-type="tip"
12321232
variant="none"
1233-
class="group bg-card text-foreground transition-colors duration-75 hover:bg-red-800/10 hover:text-red-300 hover:drop-shadow-[0_1px_5px_#f8717180] focus:bg-red-800/10 focus:text-red-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#f8717180] border border-white/50 hover:border-red-400/50 focus:border-red-400/50"
1233+
class="group bg-red-900/10 text-red-300 transition-colors duration-75 hover:bg-red-800/10 hover:text-red-300 hover:drop-shadow-[0_1px_5px_#f8717180] focus:bg-red-800/10 focus:text-red-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#f8717180] border border-red-400/40 hover:border-red-400/50 focus:border-red-400/50"
12341234
>
12351235
<.icon name="tabler-heart" class="size-4 text-current mr-2 -ml-1" /> Tip
12361236
</.button>
@@ -1258,7 +1258,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
12581258
phx-value-type="contract"
12591259
phx-value-marketplace="false"
12601260
variant="none"
1261-
class="group bg-card text-foreground transition-colors duration-75 hover:bg-emerald-800/10 hover:text-emerald-300 hover:drop-shadow-[0_1px_5px_#34d39980] focus:bg-emerald-800/10 focus:text-emerald-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#34d39980] border border-white/50 hover:border-emerald-400/50 focus:border-emerald-400/50"
1261+
class="group bg-emerald-900/10 text-emerald-300 transition-colors duration-75 hover:bg-emerald-800/10 hover:text-emerald-300 hover:drop-shadow-[0_1px_5px_#34d39980] focus:bg-emerald-800/10 focus:text-emerald-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#34d39980] border border-emerald-400/40 hover:border-emerald-400/50 focus:border-emerald-400/50"
12621262
>
12631263
<.icon name="tabler-contract" class="size-4 text-current mr-2 -ml-1" /> Contract
12641264
</.button>
@@ -1359,6 +1359,8 @@ defmodule AlgoraWeb.Org.DashboardLive do
13591359
phx-value-user_id={@match.user.id}
13601360
phx-value-type="contract"
13611361
phx-value-marketplace="true"
1362+
variant="none"
1363+
class="group bg-emerald-900/10 text-emerald-300 transition-colors duration-75 hover:bg-emerald-800/10 hover:text-emerald-300 hover:drop-shadow-[0_1px_5px_#34d39980] focus:bg-emerald-800/10 focus:text-emerald-300 focus:outline-none focus:drop-shadow-[0_1px_5px_#34d39980] border border-emerald-400/40 hover:border-emerald-400/50 focus:border-emerald-400/50"
13621364
>
13631365
<.icon name="tabler-contract" class="size-4 text-current mr-2 -ml-1" /> Contract
13641366
</.button>

0 commit comments

Comments
 (0)