Skip to content

Commit

Permalink
Update GraphContainer and LinkButton styles
Browse files Browse the repository at this point in the history
  • Loading branch information
vvu060 committed Jan 18, 2024
1 parent 4cda64c commit 381df41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/home/GraphContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const GraphContainer = ({
})

return (
<div className="border border-solid border-tailCall-border-dark-300 h-[368px] lg:h-[400px] w-[95%] sm:w-[680px] rounded-3xl sm:rounded-[32px] flex flex-col relative">
<div className="border border-solid border-tailCall-border-dark-300 h-[300px] lg:h-[400px] w-[95%] sm:w-[680px] rounded-3xl sm:rounded-[32px] flex flex-col relative">
<div className="flex flex-col px-SPACE_06 py-SPACE_04 lg:px-SPACE_12 lg:py-SPACE_08 z-10">
<span className="text-content-small sm:text-content-medium text-tailCall-light-100">{metricTitle}</span>

Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/LinkButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const LinkButton = ({title, Icon, theme, onClick, href, width = "auto", disabled
const themes = {
[Theme.Light]: {
classes:
"border-2 border-solid border-tailCall-border-dark-100 text-tailCall-dark-500 bg-transparent hover:text-tailCall-dark-500",
"border border-solid border-tailCall-border-dark-100 text-tailCall-dark-500 bg-transparent hover:text-tailCall-dark-500",
gridClasses: "",
},
[Theme.Dark]: {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Navbar/Content/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Hide color mode toggle in small viewports
}

.modalContent {
height: 35vh;
height: 100vh;
overflow-y: auto;
}

Expand Down

0 comments on commit 381df41

Please sign in to comment.