Skip to content

Commit

Permalink
🎨 Add light/dark mode for Layers
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Apr 23, 2024
1 parent ed20ce2 commit 8ddd43c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
];
1 change: 1 addition & 0 deletions static/library/layers_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 8ddd43c

Please sign in to comment.