Skip to content

Commit

Permalink
fix: add box shadow to modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 19, 2024
1 parent 8ddea2b commit e0febf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ ul[role='document'] + .flexRow {
padding: var(--givewp-spacing-4) var(--givewp-spacing-6);
border-radius: 4px;
border-bottom: solid 1px var(--givewp-neutral-200);
}
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);}

.dialog {
margin: auto;
Expand Down

0 comments on commit e0febf2

Please sign in to comment.