app/components/coco/modals/modal/modal.css in coveragebook_components-0.15.0 vs app/components/coco/modals/modal/modal.css in coveragebook_components-0.16.0
- old
+ new
@@ -80,9 +80,9 @@
*/
[data-role="inline-modal-content"] {
@apply max-w-2xl mx-auto;
[data-component="modal-dialog"] {
- @apply border border-gray-300 shadow-md rounded-xl;
+ @apply border border-coco-gray-300 shadow-md rounded-xl;
}
}
}