Skip to content

Commit

Permalink
fix: prevent feature card background overlapping rounded corners (#1677)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqandrew authored Oct 19, 2024
1 parent 965fae9 commit 90c69df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/home/HomeSectionFeatures.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defineProps<{
:key="index"
v-bind="feature"
:ui="{
base: 'overflow-hidden',
background: 'dark:bg-gradient-to-b from-gray-700/50 to-gray-900/50',
body: {
base: 'flex-1',
Expand Down

0 comments on commit 90c69df

Please sign in to comment.