Make flow symptoms more visible by adjusting color #279#292
Make flow symptoms more visible by adjusting color #279#292EmmaTellblom merged 2 commits intoEmmaTellblom:mainfrom
Conversation
|
Hi @EmmaTellblom, Please let me know if there are any prerequisites I am missing to do Github contribution in this project. |
|
@Jeevitha3 DatabaseUtils, this change is fine by me! It seems weird at first to change the function for Databaseversion7, but you are right that this is where we change the colors and its unnecessary to create another databaseUpgrade just for this. This change also makes sure that we dont change anything for current users, this will only effect new users which is perfect. Just wanted to explain this part :) There is a bug currently with this PR though, and that is that the new colors do not show up in the colorPicker. And that is because the new colors are not 'grouped' together in ColorSource.kt which needs to be fixed. Otherwise they will not show up and user will not be able to select them. Look at row 18-28 in ColorSource.kt Also, there is another bug in here that I had not seen before actually. And that is that the black, light gray and dark gray does not show up either. Could you perhaps fix that too? |
1. Adding Pink shades to the color group picker. 2. Correcting the White, Black and gray colors to have similar naming conventions.
|
Hi @EmmaTellblom, |
|
Approved! |


Made flow symptoms visible by adding new pink color hues
Dark mode hex codes for the new pinks:
Light pink: CC95BB
Medium pink: B36098
Dark pink: 7E3366
I used the same color for both light and dark mode, as requested in the mockup.
Also, the symptom circles have outlines on the outside so that they are more visible.
On light mode, that color will be hex FFF6FF. On dark mode, that color will be hex 1E191F.
Related to the issue : #279