-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix build warnings * pnpm format
- Loading branch information
Showing
10 changed files
with
89 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
@layer base { | ||
.dark { | ||
--background: 135 8% 9%; /* bg */ | ||
--foreground: 0 0% 100%; /* text.primary */ | ||
.dark { | ||
--background: 135 8% 9%; /* bg */ | ||
--foreground: 0 0% 100%; /* text.primary */ | ||
|
||
--card: 135 8% 9%; /* bg */ | ||
--card-foreground: 0 0% 100%; /* text.primary */ | ||
--card: 135 8% 9%; /* bg */ | ||
--card-foreground: 0 0% 100%; /* text.primary */ | ||
|
||
--popover: 135 8% 9%; /* bg */ | ||
--popover-foreground: 0 0% 100%; /* text.primary */ | ||
--popover: 135 8% 9%; /* bg */ | ||
--popover-foreground: 0 0% 100%; /* text.primary */ | ||
|
||
--primary: 44 96% 61%; /* brand.primary */ | ||
--primary-foreground: 135 8% 9%; /* bg */ | ||
--primary: 44 96% 61%; /* brand.primary */ | ||
--primary-foreground: 135 8% 9%; /* bg */ | ||
|
||
--secondary: 136 6% 13%; /* solid.primary */ | ||
--secondary-foreground: 0 0% 100%; /* text.primary */ | ||
--secondary: 136 6% 13%; /* solid.primary */ | ||
--secondary-foreground: 0 0% 100%; /* text.primary */ | ||
|
||
--tertiary: 120 57% 78%; | ||
--tertiary-foreground: 0 0% 0%; | ||
--tertiary: 120 57% 78%; | ||
--tertiary-foreground: 0 0% 0%; | ||
|
||
--muted: 132 4% 23%; /* solid.accent */ | ||
--muted-foreground: 0 0% 50%; /* text.secondary */ | ||
--muted: 132 4% 23%; /* solid.accent */ | ||
--muted-foreground: 0 0% 50%; /* text.secondary */ | ||
|
||
--accent: 132 4% 23%; /* solid.accent */ | ||
--accent-foreground: 210 40% 98%; /* text.secondaryAccent */ | ||
--accent: 132 4% 23%; /* solid.accent */ | ||
--accent-foreground: 210 40% 98%; /* text.secondaryAccent */ | ||
|
||
--destructive: 7 72% 65%; /* text.error */ | ||
--destructive-foreground: 7 72% 65%; /* text.error */ | ||
--destructive: 7 72% 65%; /* text.error */ | ||
--destructive-foreground: 7 72% 65%; /* text.error */ | ||
|
||
--border: 0 100% 100%; /* black */ | ||
--input: 0 100% 100%; /* black */ | ||
--ring: 0 0% 100%; /* text.primary */ | ||
} | ||
--border: 0 100% 100%; /* black */ | ||
--input: 0 100% 100%; /* black */ | ||
--ring: 0 0% 100%; /* text.primary */ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
@layer base { | ||
:root { | ||
--background: 220 60% 99%; | ||
--foreground: 0 0% 0%; | ||
:root { | ||
--background: 220 60% 99%; | ||
--foreground: 0 0% 0%; | ||
|
||
--card: 220 60% 99%; | ||
--card-foreground: 0 0% 0%; | ||
--card: 220 60% 99%; | ||
--card-foreground: 0 0% 0%; | ||
|
||
--popover: 220 60% 99%; | ||
--popover-foreground: 0 0% 0%; | ||
--popover: 220 60% 99%; | ||
--popover-foreground: 0 0% 0%; | ||
|
||
--primary: 255 73% 61%; | ||
--primary-foreground: 220 60% 99%; | ||
--primary: 255 73% 61%; | ||
--primary-foreground: 220 60% 99%; | ||
|
||
--secondary: 210 22% 96%; | ||
--secondary-foreground: 0 0% 0%; | ||
--secondary: 210 22% 96%; | ||
--secondary-foreground: 0 0% 0%; | ||
|
||
--tertiary: 255 73% 61%; | ||
--tertiary-foreground: 220 60% 99%; | ||
--tertiary: 255 73% 61%; | ||
--tertiary-foreground: 220 60% 99%; | ||
|
||
--muted: 207 15% 85%; | ||
--muted-foreground: 0 0% 50%; | ||
--muted: 207 15% 85%; | ||
--muted-foreground: 0 0% 50%; | ||
|
||
--accent: 207 15% 85%; | ||
--accent-foreground: 222.2 47.4% 11.2%; | ||
--accent: 207 15% 85%; | ||
--accent-foreground: 222.2 47.4% 11.2%; | ||
|
||
--destructive: 7 72% 65%; | ||
--destructive-foreground: 7 72% 65%; | ||
--destructive: 7 72% 65%; | ||
--destructive-foreground: 7 72% 65%; | ||
|
||
--border: 0 0% 0%; | ||
--input: 0 0% 0%; | ||
--ring: 0 0% 0%; | ||
--border: 0 0% 0%; | ||
--input: 0 0% 0%; | ||
--ring: 0 0% 0%; | ||
|
||
--radius: 0.5rem; | ||
} | ||
--radius: 0.5rem; | ||
} | ||
} |