profile: use current indigo spec on buttons

This commit is contained in:
Matilde Park 2021-02-11 16:18:17 -05:00
parent 4d2bad7856
commit f4b378cd2e
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export function SetStatus(props: any) {
}}
/>
<Button
backgroundColor="black"
primary
color="white"
ml={2}
width="25%"

View File

@ -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