mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
Reorder colors
This commit is contained in:
parent
745b216219
commit
bf8c0de7c5
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ export function SettingsModal({ children }: { children: ReactElement }) {
|
|||
<Stack spacing="xs">
|
||||
<Text children="Theme color" />
|
||||
<Group spacing="xs">
|
||||
{["red", "pink", "grape", "violet", "indigo", "blue", "cyan", "green", "lime", "yellow", "orange", "teal"].map((color) => (
|
||||
{["red", "pink", "grape", "violet", "indigo", "blue", "cyan", "teal", "green", "lime", "yellow", "orange"].map((color) => (
|
||||
<ColorSwatch
|
||||
component="button"
|
||||
color={theme.colors[color][6]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue