Skip to content

Commit

Permalink
fix: resolve sidebar clip
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Victor committed Oct 24, 2023
1 parent 12fa99f commit 5fab72d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/inc/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import ThemesTab from "./ThemesTab";
import QuotesTab from "./QuotesTab";
import useStore from "@store";
import { FeedbackModal } from "@components/inc";
import { IconButton, Box, Flex, ScrollArea } from "@components/base";
import { Hamburger, Info } from "@components/icons";
import { IconButton, Flex, ScrollArea } from "@components/base";
import { Hamburger } from "@components/icons";
import WeatherTab from "./WeatherTab";

const SideBar = () => {
Expand Down Expand Up @@ -258,7 +258,6 @@ const TabContent = styled(Tabs.Content, {

const MotionContainer = styled(motion.div, {
height: "100vh",
width: "50vw",
maxWidth: 550,
minWidth: "200px",
display: "grid",
Expand Down

0 comments on commit 5fab72d

Please sign in to comment.