Skip to content

Commit

Permalink
fix: Make collapse buttons smaller for Population frqs card (#521) (#138
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gromdimon authored Feb 19, 2024
1 parent e5943bb commit 49230a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SeqvarFreqsCard/AutosomalFreqs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const sexExpanded = ref<{ [key: string]: boolean }>({})
<td colspan="2">
{{ label }}
<a>
<v-btn size="40" color="" icon>
<v-btn size="25" color="" icon>
<v-icon>
{{ sexExpanded[key] ? 'mdi-chevron-down' : 'mdi-chevron-right' }}
</v-icon>
Expand Down

0 comments on commit 49230a2

Please sign in to comment.