🎨 Add light/dark mode for Layers

This commit is contained in:
pheralb
2024-04-23 12:49:33 +01:00
parent ed20ce270c
commit 8ddd43c27e
3 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -2617,7 +2617,10 @@ export const svgs: iSVG[] = [
{
title: 'Layers',
category: 'Design',
route: '/library/layers.svg',
route: {
light: '/library/layers_light.svg',
dark: '/library/layers_dark.svg'
},
url: 'https://layers.to/'
}
];