Closed planktonic closed 1 year ago
@ed-eva
Thanks! Iโll work through this & update ๐
All (at least most) Shadows have an opacity of 0.075, it should be 0.2
Yes, this is related to the way we build shadows โ default CSS box-shadows are flat and basic-looking, so we use multiple shadows on top of each other to build something a little prettier, a little more natural-looking. The result is that each layer of shadow needs to be a lower opacity, so they add up to a similar opacity all together.
Small badge-buttons are same size as regular badge-buttons (designs from my side needed here?)
Yes exactly โ right now we have no design for these :) I updated the ticket for badges: https://bitcrowd.atlassian.net/browse/ID-158
Fixes #749
Changes
.js
file, and includes them into the mdx file๐ธ
How to QA Visual changes
git checkout main
git pull
git checkout feature/749-update-badge-components
yarn
yarn storybook
Check:
How to QA code changes
Preflight checks
PR author to check, and delete if not applicable:
test/scss/
have been updatedunreleased
section of CHANGELOG.md