mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +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);
|
||||
}}
|
||||
>
|
||||
<Text mono bold>{hashText || props.baseHash}</Text>
|
||||
<Text mono bold color="#000000">{hashText || props.baseHash}</Text>
|
||||
</Box>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user