Skip to content

Commit

Permalink
style: add navbar gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ijo42 committed Sep 13, 2024
1 parent 8cd220f commit cc03c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/widgets/navigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NavigationBar = ({ className }: { className?: string }) => {

return (
<div
className={`bg-c_bg-block dark:bg-cd_bg-block fixed bottom-0 flex flex-row w-full min-h-14 h-[8dvh] z-50 border-t p-4 justify-evenly items-center border-c_inactive ${className}`}
className={`bg-c_bg-block dark:bg-cd_bg-block fixed bottom-0 flex flex-row w-full min-h-14 h-[8dvh] gap-12 z-50 border-t p-4 justify-evenly items-center border-c_inactive ${className}`}
>
<button type="button" onClick={() => navigate('/')} aria-label="Карта">
<MapIcon className={fill('/')} />
Expand Down

0 comments on commit cc03c29

Please sign in to comment.