@@ -1221,7 +1221,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1221
1221
phx-value-user_id = { @ user . id }
1222
1222
phx-value-type = "bounty "
1223
1223
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 "
1225
1225
>
1226
1226
< . icon name = "tabler-diamond " class = "size-4 text-current mr-2 -ml-1 " /> Bounty
1227
1227
</ . button >
@@ -1230,7 +1230,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1230
1230
phx-value-user_id = { @ user . id }
1231
1231
phx-value-type = "tip "
1232
1232
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 "
1234
1234
>
1235
1235
< . icon name = "tabler-heart " class = "size-4 text-current mr-2 -ml-1 " /> Tip
1236
1236
</ . button >
@@ -1258,7 +1258,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1258
1258
phx-value-type = "contract "
1259
1259
phx-value-marketplace = "false "
1260
1260
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 "
1262
1262
>
1263
1263
< . icon name = "tabler-contract " class = "size-4 text-current mr-2 -ml-1 " /> Contract
1264
1264
</ . button >
@@ -1359,6 +1359,8 @@ defmodule AlgoraWeb.Org.DashboardLive do
1359
1359
phx-value-user_id = { @ match . user . id }
1360
1360
phx-value-type = "contract "
1361
1361
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 "
1362
1364
>
1363
1365
< . icon name = "tabler-contract " class = "size-4 text-current mr-2 -ml-1 " /> Contract
1364
1366
</ . button >
0 commit comments