-
Notifications
You must be signed in to change notification settings - Fork 26
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
myCourses: smoother button styling (fixes #4925) #4926
base: master
Are you sure you want to change the base?
Conversation
<stroke android:width="1dp" android:color="@color/colorPrimary" /> | ||
<gradient android:angle="-90" android:endColor="@color/colorPrimary" android:startColor="@color/colorPrimary" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we try to maintain the app's blue theme in both dark and light mode. This change gives the button a black background in dark mode which is not what we want
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any difference between the screenshot in the issue #4925 (comment) and the courses page in this pr
Hi @Okuro3499 , the buttons are now aligned and of the same size |
Description
Screenshot
leave light mode.webm
leave button darkmode.webm