Skip to content

Commit

Permalink
fix: unwanted shadow in Auphonic module
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Nov 1, 2023
1 parent a2f57df commit be8211b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/components/module/Module.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
</div>
</div>
<div class="bg-white shadow rounded-lg">
<div>
<slot></slot>
</div>
</section>
Expand All @@ -35,5 +35,4 @@ export default defineComponent({
})
</script>

<style>
</style>
<style></style>

0 comments on commit be8211b

Please sign in to comment.