nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

fix(UI): readable login dropdown chooser on dark mode #820

Closed blizzz closed 8 months ago

blizzz commented 8 months ago

It got too annoying. When having enough options on SAML Login providers, we show a drop down. On black mode, the caption (Choose an authentication provider¹) was not readable, being black on almost black. The PR fixes is. No changes on light mode.

Before After
saml-select-dropdown-before-dark saml-select-dropdown-after-dark
saml-select-dropdown-before-light saml-select-dropdown-after-light

¹I fixed the grammar after taking screenshots