Skip to content

Commit

Permalink
Smaller sequence track size (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Mar 4, 2024
1 parent 12bf29d commit 58d1fca
Show file tree
Hide file tree
Showing 7 changed files with 1,647 additions and 1,193 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function Translation(props: {
y={y + height / 2}
dominantBaseline="middle"
textAnchor="middle"
fontSize={height - 2}
>
{letter}
</text>
Expand Down Expand Up @@ -150,6 +151,7 @@ function DNA(props: {
y={y + height / 2}
dominantBaseline="middle"
textAnchor="middle"
fontSize={height - 2}
fill={
color ? theme.palette.getContrastText(color.main) : 'black'
}
Expand Down
Loading

0 comments on commit 58d1fca

Please sign in to comment.