Skip to content

Commit

Permalink
fix: splash height (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz authored May 26, 2024
1 parent 16083c1 commit 03ee720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/Splash/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function Splash({ children }: OgSplashProps) {
width="100vw"
>
<Box
minHeight="678px"
height="680px"
p="6"
style={{
boxShadow: "var(--shadow-6)",
Expand Down

0 comments on commit 03ee720

Please sign in to comment.