mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
launch: force black base hash
This commit is contained in:
parent
94eca8172f
commit
68271b7947
@ -63,7 +63,7 @@ export default function LaunchApp(props) {
|
|||||||
}, 2000);
|
}, 2000);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text mono bold>{hashText || props.baseHash}</Text>
|
<Text mono bold color="#000000">{hashText || props.baseHash}</Text>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user