Skip to content

Commit

Permalink
fix(docs): contrast issues for API table on dark themes (#19946)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Sek authored Jun 11, 2024
1 parent e6e76d5 commit 5b5bf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/api/ApiTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name="row"
v-bind="{
props: {
class: 'bg-surface-bright'
style: 'background: rgba(0,0,0,.1)'
},
item,
}"
Expand Down

0 comments on commit 5b5bf50

Please sign in to comment.