Skip to content

Commit

Permalink
fix: add card shadow to onboarding widget (#21031) (#21032)
Browse files Browse the repository at this point in the history
Contrast between bg and widget was very low added shadow so it's
slightly more noticable.

[skip ci]

(cherry picked from commit badcd7a)

Co-authored-by: Ankush Menat <ankush@frappe.io>
  • Loading branch information
mergify[bot] and ankush committed May 16, 2023
1 parent a56b02d commit 95538a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/scss/desk/desktop.scss
Expand Up @@ -342,6 +342,7 @@ body {
margin-bottom: var(--margin-2xl);
padding: var(--padding-lg) !important;
background-color: var(--bg-color);
box-shadow: var(--card-shadow) ;

&.edit-mode:hover {
background-color: var(--fg-color);
Expand Down

0 comments on commit 95538a2

Please sign in to comment.