Skip to content

Commit

Permalink
fix label styling
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Dec 7, 2023
1 parent a2e7410 commit ed9d106
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions apps/warp-protocol/src/components/bar-chat/BarChart.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
position: relative
flex-grow: 1
margin-right: -14px

.chart
height: 100%
width: 100%
Expand All @@ -23,4 +23,11 @@
.labels
justify-content: space-between
color: var(--text-color-secondary)
margin-top: 12px
margin-top: 12px
width: 100%

.label
display: flex
width: 64px
justify-content: center
align-items: center

0 comments on commit ed9d106

Please sign in to comment.