1
0
Fork 0
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:
Fedor Katurov 2023-03-12 11:08:47 +06:00
parent dc90f2505c
commit 3e9f5dedec

View file

@ -28,7 +28,7 @@ const ThemeSwitcher: FC<ThemeSwitcherProps> = () => {
>
<Group>
<div className={styles.palette}>
{item.colors.reverse().map((color) => (
{item.colors.map((color) => (
<div
key={color}
className={styles.sample}