launch: force black base hash

This commit is contained in:
Matilde Park 2021-02-24 16:27:03 -05:00
parent 94eca8172f
commit 68271b7947

View File

@ -63,7 +63,7 @@ export default function LaunchApp(props) {
}, 2000);
}}
>
<Text mono bold>{hashText || props.baseHash}</Text>
<Text mono bold color="#000000">{hashText || props.baseHash}</Text>
</Box>
);