Skip to content

Commit

Permalink
fix: Make buttons in Seqvars Scores card smaller (#520) (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Feb 19, 2024
1 parent e58e0f9 commit e5943bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SeqvarScoresCard/SeqvarScoresCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ const polyphenScore = computed((): number | null =>
<!-- Toggle Button -->
<a>
<v-btn
size="40"
size="25"
color=""
icon
:disabled="!bestMMSplice.key || bestMMSplice.score === Infinity"
Expand Down Expand Up @@ -774,7 +774,7 @@ const polyphenScore = computed((): number | null =>
<!-- Toggle Button -->
<a>
<v-btn
size="40"
size="25"
color=""
icon
:disabled="!bestSpliceAi.key || bestSpliceAi.score === Infinity"
Expand Down

0 comments on commit e5943bb

Please sign in to comment.