We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444ea5d commit b432ef4Copy full SHA for b432ef4
1 file changed
services/opencode/src/main/kotlin/com/getcode/opencode/internal/domain/mapping/MintMapper.kt
@@ -62,14 +62,14 @@ private val customizationLookupTable = mapOf(
62
),
63
Mint.bits to TokenBillCustomizations(
64
background = BillBackground.Gradient(
65
- listOf("#FFC88967", "#FF3E70BC", "#FF093372")
+ listOf("#FFACBEDD", "#FF3E70BC", "#FF093372")
66
67
icon = null,
68
texture = null,
69
70
Mint.float to TokenBillCustomizations(
71
72
- listOf("#FFCA4705", "#FFB49E9F", "#FFD38562",)
+ listOf("#FFC88967", "#FFAF9F9E", "#FFBB4F21",)
73
74
75
0 commit comments