Fix vertical align

This commit is contained in:
Manav Rathi
2024-10-09 08:02:42 +05:30
parent 2283d19d57
commit 09c92827bb

View File

@@ -593,6 +593,8 @@ const SharedAlbumNavbar: React.FC<SharedAlbumNavbarProps> = ({
);
const EnteLogoLink = styled("a")(({ theme }) => ({
// Remove the excess space at the top.
svg: { verticalAlign: "bottom" },
color: theme.colors.text.base,
":hover": {
color: theme.palette.accent.main,