typo
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
8669962904
commit
075760b7ba
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user