Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Apply outstanding background color to oc-card #1974

Merged
merged 2 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-card-background-color
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/styles/theme/oc-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down