Skip to content

Commit

Permalink
Merge pull request #58 from amansinghbais/facilities/#45
Browse files Browse the repository at this point in the history
Improved: code for adding shadow in time picker modal (#45)
  • Loading branch information
ravilodhi authored Dec 1, 2023
2 parents d177790 + 0116c39 commit 2d59b5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/CustomScheduleModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,10 @@ ion-content {
--padding-bottom: 80px;
}
ion-modal.date-time-modal {
--width: 290px;
--height: 440px;
--height: 252px;
--border-radius: 8px;
}
ion-modal.date-time-modal::part(backdrop) {
--backdrop-opacity: 0.32;
}
</style>

0 comments on commit 2d59b5c

Please sign in to comment.