-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ProfileComponent #1
Conversation
Image didn't upload it seems |
6c4599c
to
2a903cf
Compare
@carlosdp updated the image |
It doesn't look like it's related to this component... What does the app code look like? |
c795b73
to
f3c52d3
Compare
f3c52d3
to
fc17136
Compare
Fixed it! Wrapped a button in a button before 😅 Replacing image with the updated version |
1e0681d
to
c5a4b2f
Compare
src/Button.tsx
Outdated
@@ -161,4 +172,8 @@ const useStyles = createStyles(theme => ({ | |||
'color-secondary': { | |||
backgroundColor: theme.colors.accent, | |||
}, | |||
'color-unfilled-with-border': { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unfilled-with-border
=> unfilled
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes sense
@@ -161,4 +172,8 @@ const useStyles = createStyles(theme => ({ | |||
'color-secondary': { | |||
backgroundColor: theme.colors.accent, | |||
}, | |||
'color-unfilled-with-border': { | |||
backgroundColor: theme.colors.background, | |||
border: `2px solid ${theme.colors.onSurface}`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to rounded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm going to keep the color of the border here but update to just be unfilled
b/c to me the outside border color should be tied to the inside color
Davatar
for the profile component 🙌