(feat): make cards non-transparent
This commit is contained in:
parent
c72c43f198
commit
8da8c99d5b
15 changed files with 456 additions and 23 deletions
|
|
@ -45,7 +45,13 @@ const ThemeProviderContext = createContext<ThemeProviderState | undefined>(
|
|||
undefined,
|
||||
);
|
||||
const CUSTOM_CSS_STYLE_ID = "methanium-theme-custom-css";
|
||||
const FONT_FAMILIES: ThemeFontFamily[] = ["public-sans", "system"];
|
||||
const FONT_FAMILIES: ThemeFontFamily[] = [
|
||||
"public-sans",
|
||||
"inter",
|
||||
"source-serif-4",
|
||||
"jetbrains-mono",
|
||||
"system",
|
||||
];
|
||||
const DESIGN_NUMBER_FIELDS = [
|
||||
"density",
|
||||
"borderWidth",
|
||||
|
|
|
|||
Loading…
Reference in a new issue