Skip to content

Commit

Permalink
minor ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpan8866 committed Nov 17, 2024
1 parent 02d99c0 commit d78d130
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions gui/src/pages/onboarding/OnboardingTutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const gradient = keyframes`
const TutorialCardBorder = styled.div`
border-radius: 8px;
width: 100%;
margin-left: 2rem;
margin-right: 2rem;
margin: 0 1rem;
background: repeating-linear-gradient(
101.79deg,
#4da587 0%,
Expand Down Expand Up @@ -78,7 +77,7 @@ const TutorialCardDiv = styled.div`
border-radius: 8px;
margin: 1rem;
width: 100%;
min-width: 400px;
min-width: 250px;
position: relative;
max-height: 30rem;
height: 24rem;
Expand Down Expand Up @@ -460,7 +459,7 @@ const OnboardingTutorial: React.FC<OnboardingTutorialProps> = ({
</div>
</div>
</div>
<CardFooter className="flex items-center justify-between pt-6 select-none">
<CardFooter className="flex items-center justify-between pt-3 select-none">
<Button
variant="ghost"
size="sm"
Expand Down

0 comments on commit d78d130

Please sign in to comment.