-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Copying colors not working correctly #453
Comments
Colour copying reverts to #ffffff on the Kyoto page also: Looks like the list item id's are reverting to c-ffffff instead of the actual colours? |
@you06 @tomdreamevil Thank you for opening this issue. uiGradients/src/components/modals/CodeModal.vue Lines 15 to 17 in dedd52a
We would need to reverse the array of colors being rendered in the modal.
to
This should fix this. |
#497 Fix |
It is still doing this just fyi |
I was using https://uigradients.com/#Margo to generate gradient CSS code.
When I click copy, I get the following CSS.
The gradient order is reversed.
The text was updated successfully, but these errors were encountered: