[calls/wip/cdavis/dark-style-preference: 4/4] style: Make error color white in both light and dark mode
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls/wip/cdavis/dark-style-preference: 4/4] style: Make error color white in both light and dark mode
- Date: Tue, 30 Nov 2021 20:14:33 +0000 (UTC)
commit 1af1ddf3dac95c47fea060cb0ea3f0596550cab8
Author: Christopher Davis <christopherdavis gnome org>
Date: Tue Nov 30 12:13:47 2021 -0800
style: Make error color white in both light and dark mode
src/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/style.css b/src/style.css
index 04d7b033..e7aca6c9 100644
--- a/src/style.css
+++ b/src/style.css
@@ -22,7 +22,7 @@ keypad > grid > button, .dial-button, .delete-button .rounded-button {
.error-state-message {
background-color: @error_color;
border-bottom: 1px solid darker(@error_color);
- color: @theme_base_color;
+ color: @white;
padding: 6px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]