-
Notifications
You must be signed in to change notification settings - Fork 601
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
feat: remainder of design system knobs #3171
Conversation
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.
I have smoked the changes. The only major issue noticed is the sliders and I believe that is being addressed now in another PR.
7deef86
to
237cb21
Compare
Is the slider bug also responsible for the label of 15px being mispositioned on base height multiplier? |
This is fixed yes, we just need to rebase with master |
When I use the base horizontal spacing multiplier slider it does not seem the change anything in the previews layout. |
That is because we don't actually bind css values to it currently. We may want to revisit keeping the slider if it does not add value. But we typically using that for left and right margin so we probably will do some work in |
sites/fast-website/src/app/components/fast-frame/fast-frame.template.ts
Outdated
Show resolved
Hide resolved
* feat: hook up design sytem controls * added hue and sat sliders * typed signatures
* feat: hook up design sytem controls * added hue and sat sliders * typed signatures
* feat: hook up design sytem controls * added hue and sat sliders * typed signatures
Description
This change makes styling improvements and hooks up the remainder of the design system knobs except the hue and saturation sliders.
UPDATE Added hue and saturation sliders
Issue type checklist
Is this a breaking change?
Process & policy checklist