mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +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
|
||||
icon="Plus"
|
||||
bg="washedGray"
|
||||
bg="#f2f2f2"
|
||||
color="#000"
|
||||
text="New Group"
|
||||
style={{ gridColumnStart: 1 }}
|
||||
@ -189,7 +189,7 @@ export default function LaunchApp(props) {
|
||||
</ModalButton>
|
||||
<ModalButton
|
||||
icon="Boot"
|
||||
bg="washedGray"
|
||||
bg="#f2f2f2"
|
||||
color="#000"
|
||||
text="Join Group"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user