Skip to content

Commit

Permalink
Merge pull request #418 from R-Sourabh/#416-ion-ripple-card
Browse files Browse the repository at this point in the history
Improved: ripple effect now show on the entire ion-card(#416)
  • Loading branch information
ymaheshwari1 authored Aug 21, 2024
2 parents eeee222 + f1c4040 commit fb41723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Orders.vue
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,9 @@ export default defineComponent({
</script>

<style scoped>
ion-item {
--background: transparent;
}

@media (min-width: 343px) {
ion-content > div {
Expand Down

0 comments on commit fb41723

Please sign in to comment.