Skip to content

Commit

Permalink
Fix card background due to color change in ods
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Feb 23, 2022
1 parent 5abcff4 commit 165ba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/views/spaces/Projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default {
.spaces-list {
&-card {
box-shadow: none !important;
background-color: var(--oc-color-background-secondary) !important;
background-color: var(--oc-color-background-highlight) !important;
}
&-card.state-trashed {
Expand Down

0 comments on commit 165ba79

Please sign in to comment.