diff --git a/components/Global/helpers/time-codes.tsx b/components/Global/helpers/time-codes.tsx index d34f253a..a5e98288 100644 --- a/components/Global/helpers/time-codes.tsx +++ b/components/Global/helpers/time-codes.tsx @@ -12,7 +12,7 @@ export function RunTimeTicks({ children } : { children?: number | null | undefin let time = calculateRunTimeFromTicks(children); - return { time } + return { time } } function calculateRunTimeFromSeconds(seconds: number) : string { diff --git a/tamagui.config.ts b/tamagui.config.ts index a81c719c..72b24ae7 100644 --- a/tamagui.config.ts +++ b/tamagui.config.ts @@ -25,6 +25,7 @@ const jellifyConfig = createTamagui({ themes: { dark: { background: tokens.color.purpleDark, + borderColor: tokens.color.purple, color: tokens.color.white }, light: {