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

Mod 10104 #172

Merged
merged 9 commits into from
Aug 17, 2023
Merged

Mod 10104 #172

merged 9 commits into from
Aug 17, 2023

Conversation

chasls2
Copy link
Contributor

@chasls2 chasls2 commented Aug 14, 2023

Check List Before Merging

DropdownItem

Author

  • Story Book has been rebuilt (new build artifacts in /docs)
  • Components have been rebuilt (new build artifacts in /dist)

👆These can be done by executing npm run build and committing the build artifacts.

  • All new components have been exported in /index.js (if applicable)
  • Design Review Complete
  • Relevant Draft release notes have been updated describing these changes (use this template to document your changes) (if applicable)
  • Integration Status Updated on relevant documentation page (if applicable)
  • index.d.ts updated with new prop types defined for new components. (if applicable)

Reviewer

  • Code review

@nick-torres
Copy link
Contributor

you need to update the version, commit the rebuilt artifacts

@chasls2
Copy link
Contributor Author

chasls2 commented Aug 15, 2023

Added the rebuild

@chasls2 chasls2 removed their assignment Aug 16, 2023
@@ -34,6 +34,16 @@ $z-header: 100;
@include for-tablet-landscape-up {
flex-wrap: nowrap;
}
hr {
display: blocks;
background-color: rgba(223, 225, 226, 0.25);
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason that you're using the rgb function here versus a color variable? i'm not saying you should be using a variable here i'm just curious

background: $gray-cool-5;
border: solid 2px rgba(26, 68, 128, 0.25);
background:$blue-warm-70v;
border: solid 2px rgba(223, 225, 226, 0.25);
Copy link
Contributor

Choose a reason for hiding this comment

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

same rgb question

Copy link
Contributor Author

Choose a reason for hiding this comment

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

that what was used before hand so I kept it the same. I can use a var. But figured it was a rgba before hand just keep it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@nick-torres changed them

@nick-torres nick-torres merged commit a783aef into master Aug 17, 2023
@nick-torres nick-torres deleted the mod-10104 branch August 17, 2023 14:32
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.

2 participants