mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
launch: fix modal backgrounds
This commit is contained in:
parent
24dbe35af6
commit
94eca8172f
@ -180,7 +180,7 @@ export default function LaunchApp(props) {
|
|||||||
/>
|
/>
|
||||||
<ModalButton
|
<ModalButton
|
||||||
icon="Plus"
|
icon="Plus"
|
||||||
bg="washedGray"
|
bg="#f2f2f2"
|
||||||
color="#000"
|
color="#000"
|
||||||
text="New Group"
|
text="New Group"
|
||||||
style={{ gridColumnStart: 1 }}
|
style={{ gridColumnStart: 1 }}
|
||||||
@ -189,7 +189,7 @@ export default function LaunchApp(props) {
|
|||||||
</ModalButton>
|
</ModalButton>
|
||||||
<ModalButton
|
<ModalButton
|
||||||
icon="Boot"
|
icon="Boot"
|
||||||
bg="washedGray"
|
bg="#f2f2f2"
|
||||||
color="#000"
|
color="#000"
|
||||||
text="Join Group"
|
text="Join Group"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user