mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 12:38:39 -06:00
stuff and things
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -25,6 +25,7 @@ const jellifyConfig = createTamagui({
|
||||
themes: {
|
||||
dark: {
|
||||
background: tokens.color.purpleDark,
|
||||
borderColor: tokens.color.purple,
|
||||
color: tokens.color.white
|
||||
},
|
||||
light: {
|
||||
|
||||
Reference in New Issue
Block a user