From 7914bad13bca7deadc0dd19cf9fa662d7624e7b0 Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Thu, 1 Feb 2024 14:23:22 +0100 Subject: [PATCH] Add changelog entry for issue 11412 and PR 11470 --- changelog/unreleased/11412 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/11412 diff --git a/changelog/unreleased/11412 b/changelog/unreleased/11412 new file mode 100644 index 00000000000..0d1cf3beb64 --- /dev/null +++ b/changelog/unreleased/11412 @@ -0,0 +1,10 @@ +Change: Fix three badly styled warning messages + +There were 3 labels for warning messages that were nearly unreadable in +dark mode due to bad styling. These have been changed to only use a bold +font, but are now displayed with a big warning icon on their left. The +places are: the account settings page, the folder wizard remote path +page, and the log browser. + +https://github.com/owncloud/client/issues/11412 +https://github.com/owncloud/client/pull/11470