Skip to content
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

[UI Kit] feat(uikit): Icons #40

Merged
merged 1 commit into from
Mar 31, 2021
Merged

[UI Kit] feat(uikit): Icons #40

merged 1 commit into from
Mar 31, 2021

Conversation

hachiojidev
Copy link
Contributor

  • Medal: Bronze, Gold, Purple, Silver, Teal
  • Fixed checkmark icon
  • Update Won icon

image

- Medal: Bronze, Gold, Purple, Silver, Teal
- Fixed checkmark icon
- Update Won icon
Comment on lines +44 to +62
<Flex
key={file}
flexDirection="column"
alignItems="center"
width="128px"
style={{ border: "1px solid #eee" }}
justifyContent="center"
py="8px"
m="4px"
>
<Flex alignItems="center" justifyContent="center" style={{ flex: 1 }} height="100%">
<Icon width="48px" />
<Icon width="24px" color="secondary" ml="4px" />
</Flex>
<Box py="4px">
<Text color="textSubtle" fontSize="14px">
{file}
</Text>
</Box>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just made it a bit easier to read and see which icons are not aligned.

@hachiojidev hachiojidev merged commit 6aab674 into master Mar 31, 2021
@hachiojidev hachiojidev deleted the uikit/competition-icons branch March 31, 2021 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants