mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
themes: fixed color reordering on render
This commit is contained in:
parent
dc90f2505c
commit
3e9f5dedec
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const ThemeSwitcher: FC<ThemeSwitcherProps> = () => {
|
||||||
>
|
>
|
||||||
<Group>
|
<Group>
|
||||||
<div className={styles.palette}>
|
<div className={styles.palette}>
|
||||||
{item.colors.reverse().map((color) => (
|
{item.colors.map((color) => (
|
||||||
<div
|
<div
|
||||||
key={color}
|
key={color}
|
||||||
className={styles.sample}
|
className={styles.sample}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue