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

Buttons & Alert Design Guideline docs #91

Merged
merged 4 commits into from
Jun 1, 2020
Merged

Buttons & Alert Design Guideline docs #91

merged 4 commits into from
Jun 1, 2020

Conversation

tko22
Copy link
Member

@tko22 tko22 commented Jun 1, 2020

  • fix greyScale in documentation
  • button docs
  • alert docs
  • fix alert bug I created lol

only have tables, forms, cards left!

@vercel
Copy link

vercel bot commented Jun 1, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hack4impact/design/p93v45q43
✅ Preview: https://design-git-buttons.hack4impact1.now.sh

@tko22 tko22 added the website for documentation website dev issues label Jun 1, 2020
Copy link
Member

@jackieo5023 jackieo5023 left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -7,7 +7,7 @@ const sidebarSection = (section, title) => (
<Text type="body" fontWeight="700" as="p" m="24px 0 8px 0">{section.name}</Text>
{
section.routes.map((elm) => (
<Text as="p" m="5px 0" fontWeight={title === elm.title ? '700' : '500'}><Link href={elm.href}>{elm.title}</Link></Text>
<Text key={elm.title} as="p" m="5px 0" fontWeight={title === elm.title ? '700' : '500'}><Link href={elm.href}>{elm.title}</Link></Text>
Copy link
Member

Choose a reason for hiding this comment

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

:)

@@ -57,7 +57,7 @@ Links within alerts are set in 18px HK Grotesk SemiBold text (check [typography]

<CodeExampleBox p="md" pb="xxs">
<Alert variant="success" mb="md">
This is a success alert! This is an accompanying <Link href="#">link</Link>.
This is a success alert! This is an accompanying <Link href="#">{" link"}</Link>.
Copy link
Member

Choose a reason for hiding this comment

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

to me it looks like this still didn't fix the issue - but i see you've put one in #83

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah im not sure how to fix it

@tko22 tko22 merged commit bf790e7 into master Jun 1, 2020
@tko22 tko22 deleted the buttons branch June 1, 2020 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website for documentation website dev issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants