From 393c3d65a95b223a8e0451e2f7bab3f5a14a0c06 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 24 Feb 2022 15:13:51 +0100 Subject: [PATCH] Apply outstanding background color to oc-card (#1974) * Change background-color of oc-card --- changelog/unreleased/enhancement-card-background-color | 5 +++++ src/styles/theme/oc-card.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/enhancement-card-background-color diff --git a/changelog/unreleased/enhancement-card-background-color b/changelog/unreleased/enhancement-card-background-color new file mode 100644 index 000000000..b597fcbc9 --- /dev/null +++ b/changelog/unreleased/enhancement-card-background-color @@ -0,0 +1,5 @@ +Enhancement: Apply outstanding background color to oc-card + +We've adjusted he background color to oc-card to have an outstanding look + +https://github.com/owncloud/owncloud-design-system/pull/1974 \ No newline at end of file diff --git a/src/styles/theme/oc-card.scss b/src/styles/theme/oc-card.scss index e590b3e5f..bdf923419 100644 --- a/src/styles/theme/oc-card.scss +++ b/src/styles/theme/oc-card.scss @@ -4,7 +4,7 @@ // and shifting towards using our margin/padding helper classes .oc-card { - background-color: var(--oc-color-background-default); + background-color: var(--oc-color-background-highlight); box-sizing: border-box; color: var(--oc-color-text-default); position: relative;