-
Notifications
You must be signed in to change notification settings - Fork 32
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(ProgressBar): Progress bars style can now be overrided using lig… #999
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-999.eastus2.azurestaticapps.net |
ad090dd
to
3ca387a
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-999.eastus2.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-999.eastus2.azurestaticapps.net |
b8068a7
to
78d8992
Compare
Azure Static Web Apps: Your stage site is ready! Visit it here: https://salmon-rock-0cfebe70f-999.eastus2.azurestaticapps.net |
…htweight styling
GitHub Issue: #
PR Type
What kind of change does this PR introduce?
Description
I made it so you can change the style of the progress bar using the pattern and also updated the progress bar so that it reflects figma's design.
PR Checklist
Please check if your PR fulfills the following requirements:
Other information
new style vs figma's style:
![image](https://private-user-images.githubusercontent.com/90481654/241041341-1bf99183-7bc6-4d9d-a424-fc609005d14f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzY5NjQsIm5iZiI6MTczOTIzNjY2NCwicGF0aCI6Ii85MDQ4MTY1NC8yNDEwNDEzNDEtMWJmOTkxODMtN2JjNi00ZDlkLWE0MjQtZmM2MDkwMDVkMTRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxMTc0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYyZmI1NGZhOGM5YWU2N2MxZGQ4YzNmMzIxMGQ1YWI3MDNiMmQ4NjEzM2ZjYjY1N2FlODI3ZjJiYWEwMjRiNjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.As_eQAmHg24rFD_s3LuCZQCZFLmhYEcihNFPK1vlLos)
The progress bar doesnt work well on android, but it also doesnt work well on master. (in both, you only see the background of the progressbar)
Internal Issue (If applicable):
#994