-
Notifications
You must be signed in to change notification settings - Fork 94
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
Callout box with type info
changes color with theme
#4161
Comments
nextcloud/server#38205 introduces |
I'd be tempted to just migrate to using Nextcloud vues note card and not backport this. But maybe that's two steps indeed. A fix with a hard coded default that can be backported and then the migration. |
We are using Nextcloud vue 7 since stable25. So maybe we could move to using the component right away to fix this and backport all the way to stable25 with minor version bumps of Nextcloud vue. update: the addition in Nextcloud vue still requires Nextcloud 27. So that is not an option. |
Describe the bug
The border color of callout boxes with type
info
currently is set tovar(--color-primary-element)
. This variable can be changed in custom themes.Instead, we should probably hardcode it to
#006aa3
for now and usevar(--color-info)
once it got introduced.See nextcloud-libraries/nextcloud-vue#4063 (comment).
The text was updated successfully, but these errors were encountered: