This commit is contained in:
Sinan Yumurtaci
2024-12-09 23:46:21 -06:00
committed by Nicolás Hatcher Andrés
parent 8669962904
commit 075760b7ba
11 changed files with 22 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ import { Menu, Plus } from "lucide-react";
import { useState } from "react";
import { useTranslation } from "react-i18next";
import { theme } from "../../theme";
import { NAVIGATION_HEIGH } from "../constants";
import { NAVIGATION_HEIGHT } from "../constants";
import { StyledButton } from "../toolbar";
import type { WorkbookState } from "../workbookState";
import SheetListMenu from "./menus";
@@ -97,7 +97,7 @@ const Container = styled("div")`
left: 0px;
right: 0px;
display: flex;
height: ${NAVIGATION_HEIGH}px;
height: ${NAVIGATION_HEIGHT}px;
align-items: center;
padding-left: 12px;
font-family: Inter;