Tweak modal drop shadow

This commit is contained in:
Gabe Kangas 2022-12-21 17:35:36 -08:00
parent f96a90d8c3
commit 3b1a8828bb
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -128,6 +128,9 @@ DROPDOWN
color: var(--theme-color-components-text-on-light);
}
}
.ant-modal-content {
box-shadow: 3px 15px 15px -3px rgba(0, 0, 0, 0.15), 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
}
.ant-input-affix-wrapper {
padding: 4px 5px;