I am facing an issue with the following code snippet:
<v-card height="200">
<v-card-actions class="mb-0">
<v-btn flat color="orange">Share</v-btn>
<v-btn flat color="orange">Explore</v-btn>
</v-card-actions>
</v-card>
The desired effect should look like this:
https://i.sstatic.net/tRN3R.png
Despite setting margin to 0 in the button style, it still appears as if there is a top margin applied. Any suggestions on how to resolve this issue?