Skip to content

Commit b432ef4

Browse files
committed
fix(ocp): correct custom bill mapping for bits and float
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 444ea5d commit b432ef4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • services/opencode/src/main/kotlin/com/getcode/opencode/internal/domain/mapping

services/opencode/src/main/kotlin/com/getcode/opencode/internal/domain/mapping/MintMapper.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ private val customizationLookupTable = mapOf(
6262
),
6363
Mint.bits to TokenBillCustomizations(
6464
background = BillBackground.Gradient(
65-
listOf("#FFC88967", "#FF3E70BC", "#FF093372")
65+
listOf("#FFACBEDD", "#FF3E70BC", "#FF093372")
6666
),
6767
icon = null,
6868
texture = null,
6969
),
7070
Mint.float to TokenBillCustomizations(
7171
background = BillBackground.Gradient(
72-
listOf("#FFCA4705", "#FFB49E9F", "#FFD38562",)
72+
listOf("#FFC88967", "#FFAF9F9E", "#FFBB4F21",)
7373
),
7474
icon = null,
7575
texture = null,

0 commit comments

Comments
 (0)