-
Notifications
You must be signed in to change notification settings - Fork 3
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
Modified the highlighted section #381
Conversation
frontend/package.json
Outdated
@@ -23,6 +23,7 @@ | |||
"@emotion/css": "^11.10.0", | |||
"@emotion/react": "^11.11.1", | |||
"@emotion/styled": "^11.10.0", | |||
"@iconify-icons/ep": "^1.2.12", |
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.
lets try to stick to tabler/icons-react
or decide on a single set of icons to use in general, i think we have too many in the project now 😆
frontend/src/screens/learner.tsx
Outdated
<Flex c={colors.green} justify='center' align='center'> | ||
<Flex direction='column' justify='center' align='center' style={{ cursor: 'pointer' }} onClick={()=> handleClick()}> | ||
<Text size='sm'>View all studies</Text> | ||
<Icon icon='arrowDown' width='.875rem'></Icon> |
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.
prefer to use tabler
here
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.
Looks good
Modfied the highlighted section based on the ticket
Design Spec
Changes made: