stuff and things

This commit is contained in:
Violet Caulfield
2025-01-25 07:13:05 -06:00
parent 82a62b8337
commit a5e036216f
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ export function RunTimeTicks({ children } : { children?: number | null | undefin
let time = calculateRunTimeFromTicks(children);
return <Text color="$gray10">{ time }</Text>
return <Text color="$purpleGray">{ time }</Text>
}
function calculateRunTimeFromSeconds(seconds: number) : string {

View File

@@ -25,6 +25,7 @@ const jellifyConfig = createTamagui({
themes: {
dark: {
background: tokens.color.purpleDark,
borderColor: tokens.color.purple,
color: tokens.color.white
},
light: {