-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor/UI #241
Refactor/UI #241
Conversation
4e24d71
to
c59ed0a
Compare
src/assets/icons/add.svg
Outdated
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.
The other SVG's don't have width and height and have viewBox 0 0 24 24, I think we could leave it like this for right now but we might want to make all SVGs' have the same format in the future. @malmen237 might have something to say about this
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.
Yes, same comment as in this PR
@@ -157,13 +157,14 @@ export const PrimaryButton = styled(ActionButton)` | |||
`; | |||
|
|||
export const SecondaryButton = styled(ActionButton)` | |||
// background: #1db954; |
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.
can remove this comment?
`; | ||
|
||
const LineBlockParticipants = styled.div` | ||
// margin-top: 0.5rem; |
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.
can remove?
c59ed0a
to
5d04f83
Compare
No description provided.