Skip to content

Commit

Permalink
fix: fix icon-btn icon not being centered (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
floydnant authored Oct 26, 2024
1 parent 77425a4 commit a006ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rockket-web/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pre {
@apply text-tinted-300 hover:text-tinted-100 hover:bg-tinted-700 inline-flex items-center gap-2 rounded-lg px-3 py-1 transition-colors duration-75;
}
.button-naked:has(app-icon) {
@apply pr-3.5;
@apply pr-[0.8125rem]; /* 13px */
}
.button-naked app-icon:first-of-type {
@apply w-4 text-center text-sm;
Expand Down

0 comments on commit a006ab7

Please sign in to comment.