Skip to content

Commit 6fc6ca3

Browse files
committed
style: dashboard buttons
1 parent 3fb115e commit 6fc6ca3

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
@@ -1290,7 +1290,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
12901290
phx-value-user_id={@user.id}
12911291
phx-value-type="bounty"
12921292
variant="none"
1293-
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"
1293+
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"
12941294
>
12951295
<.icon name="tabler-diamond" class="size-4 text-current mr-2 -ml-1" /> Bounty
12961296
</.button>
@@ -1299,7 +1299,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
12991299
phx-value-user_id={@user.id}
13001300
phx-value-type="tip"
13011301
variant="none"
1302-
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"
1302+
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"
13031303
>
13041304
<.icon name="tabler-heart" class="size-4 text-current mr-2 -ml-1" /> Tip
13051305
</.button>
@@ -1327,7 +1327,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
13271327
phx-value-type="contract"
13281328
phx-value-marketplace="false"
13291329
variant="none"
1330-
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"
1330+
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"
13311331
>
13321332
<.icon name="tabler-contract" class="size-4 text-current mr-2 -ml-1" /> Contract
13331333
</.button>
@@ -1428,6 +1428,8 @@ defmodule AlgoraWeb.Org.DashboardLive do
14281428
phx-value-user_id={@match.user.id}
14291429
phx-value-type="contract"
14301430
phx-value-marketplace="true"
1431+
variant="none"
1432+
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"
14311433
>
14321434
<.icon name="tabler-contract" class="size-4 text-current mr-2 -ml-1" /> Contract
14331435
</.button>

0 commit comments

Comments
 (0)