Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Apr 10, 2023
1 parent d0d8278 commit b59b719
Show file tree
Hide file tree
Showing 29 changed files with 2,388 additions and 1,855 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ yarn-error.log*
# os
.DS_Store
THUMBS_DB
thumbs.db
thumbs.db

frontend/apps/forge/*
2 changes: 1 addition & 1 deletion frontend/apps/desktop/src/components/empty-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function EmptyList({
action: () => void
}) {
return (
<YStack gap="$5" paddingVertical="$12">
<YStack gap="$5" paddingVertical="$8">
<Text fontFamily="$body" fontSize={'1.5em'}>
{description}
</Text>
Expand Down
Loading

0 comments on commit b59b719

Please sign in to comment.