mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
profile: use current indigo spec on buttons
This commit is contained in:
parent
4d2bad7856
commit
f4b378cd2e
@ -49,7 +49,7 @@ export function SetStatus(props: any) {
|
||||
}}
|
||||
/>
|
||||
<Button
|
||||
backgroundColor="black"
|
||||
primary
|
||||
color="white"
|
||||
ml={2}
|
||||
width="25%"
|
||||
|
@ -66,7 +66,7 @@ export function ViewProfile(props: any) {
|
||||
width="100%">
|
||||
<Center width="100%">
|
||||
<Button
|
||||
backgroundColor="black"
|
||||
primary
|
||||
color="white"
|
||||
onClick={() => {history.push(`/~profile/${ship}/edit`)}}>
|
||||
Edit Profile
|
||||
|
Loading…
Reference in New Issue
Block a user