Skip to content

Commit

Permalink
fix: center icon button
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Mar 14, 2023
1 parent 1f227df commit d1d3886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/inc/BottomBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ const BottomBar = () => {
bg: "transparent",
color: "$text",
size: 20,
textAlign: "center",
display: "grid",
placeItems: "center",
br: "$round",
"&:hover": {
bg: "rgba($bgRGB,0.5)",
Expand Down

0 comments on commit d1d3886

Please sign in to comment.