Skip to content

Commit

Permalink
fix: 🐛 Ajuste do tamanho do botao reload Issue 221 (#239)
Browse files Browse the repository at this point in the history
Fixado tamanho do botão para corrigir erro no Header
  • Loading branch information
rhuam authored May 28, 2024
2 parents ba55a4b + be7507e commit 3349149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Header = React.forwardRef<HTMLDivElement, IHeader>((props, ref) => {
{title}
</Link>
</div>
<div className="flex items-center">
<div className="flex items-center h-5">
<div className="cursor-pointer ">{endAdornment}</div>
</div>
</div>
Expand Down

0 comments on commit 3349149

Please sign in to comment.