-
-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Labels
Description
What version of kraken are you using
0.12+1
Steps To Reproduce
change
background-image: linear-gradient(134deg, #FFFFFF 0%, #FFFFFF 100%);;
to
background-image: linear-gradient(134deg, #FEC6F0 0%, #AEDEF2 100%);
Code example:
Expected results:
UI : background-image change background-image: linear-gradient(134deg, #FEC6F0 0%, #AEDEF2 100%);
Actual results:
Nothing has changed