(feat): make cards non-transparent
This commit is contained in:
parent
c72c43f198
commit
8da8c99d5b
15 changed files with 456 additions and 23 deletions
|
|
@ -23,7 +23,12 @@ export type Base16Key =
|
|||
|
||||
export type Base16Palette = Record<Base16Key, string>;
|
||||
|
||||
export type ThemeFontFamily = "public-sans" | "system";
|
||||
export type ThemeFontFamily =
|
||||
| "public-sans"
|
||||
| "inter"
|
||||
| "source-serif-4"
|
||||
| "jetbrains-mono"
|
||||
| "system";
|
||||
|
||||
export type ThemeDesign = {
|
||||
density: number;
|
||||
|
|
|
|||
Loading…
Reference in a new issue