@@ -1290,7 +1290,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1290
1290
phx-value-user_id = { @ user . id }
1291
1291
phx-value-type = "bounty "
1292
1292
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 "
1294
1294
>
1295
1295
< . icon name = "tabler-diamond " class = "size-4 text-current mr-2 -ml-1 " /> Bounty
1296
1296
</ . button >
@@ -1299,7 +1299,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1299
1299
phx-value-user_id = { @ user . id }
1300
1300
phx-value-type = "tip "
1301
1301
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 "
1303
1303
>
1304
1304
< . icon name = "tabler-heart " class = "size-4 text-current mr-2 -ml-1 " /> Tip
1305
1305
</ . button >
@@ -1327,7 +1327,7 @@ defmodule AlgoraWeb.Org.DashboardLive do
1327
1327
phx-value-type = "contract "
1328
1328
phx-value-marketplace = "false "
1329
1329
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 "
1331
1331
>
1332
1332
< . icon name = "tabler-contract " class = "size-4 text-current mr-2 -ml-1 " /> Contract
1333
1333
</ . button >
@@ -1428,6 +1428,8 @@ defmodule AlgoraWeb.Org.DashboardLive do
1428
1428
phx-value-user_id = { @ match . user . id }
1429
1429
phx-value-type = "contract "
1430
1430
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 "
1431
1433
>
1432
1434
< . icon name = "tabler-contract " class = "size-4 text-current mr-2 -ml-1 " /> Contract
1433
1435
</ . button >
0 commit comments