mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
feat: rhea (#10779)
* feat: add rhea * fix: blocks * feat: build chat example * fix * fix: sidebar * fix * feat: update home * fix * fix * fix * feat: optimizine fonts * feat * fix * fix * fix * fix * fix * fix * fix: font in preview * fix
This commit is contained in:
@@ -106,6 +106,21 @@ export const DEFAULT_PRESETS = {
|
||||
radius: "default",
|
||||
rtl: false,
|
||||
},
|
||||
rhea: {
|
||||
title: "Rhea",
|
||||
description: "Lucide / Inter",
|
||||
style: "rhea",
|
||||
baseColor: "neutral",
|
||||
theme: "neutral",
|
||||
chartColor: "neutral",
|
||||
iconLibrary: "lucide",
|
||||
font: "inter",
|
||||
fontHeading: "inherit",
|
||||
menuAccent: "subtle",
|
||||
menuColor: "default",
|
||||
radius: "default",
|
||||
rtl: false,
|
||||
},
|
||||
} satisfies Record<
|
||||
PresetConfig["style"],
|
||||
PresetConfig & {
|
||||
|
||||
@@ -20,6 +20,7 @@ export const PRESET_STYLES = [
|
||||
"mira",
|
||||
"luma",
|
||||
"sera",
|
||||
"rhea",
|
||||
] as const
|
||||
|
||||
export const PRESET_BASE_COLORS = [
|
||||
|
||||
Reference in New Issue
Block a user