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

Commit

Permalink
Apply outstanding background color to oc-card (#1974)
Browse files Browse the repository at this point in the history
* Change background-color of oc-card
  • Loading branch information
Jan authored Feb 24, 2022
1 parent eedc6fc commit 393c3d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 393c3d6

Please sign in to comment.