mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Add dark mode to Apple Music logo.
This commit is contained in:
+4
-1
@@ -2727,7 +2727,10 @@ export const svgs: iSVG[] = [
|
||||
title: 'Apple Music',
|
||||
category: 'Music',
|
||||
route: '/library/apple-music-icon.svg',
|
||||
wordmark: '/library/apple-music-wordmark.svg',
|
||||
wordmark: {
|
||||
light: '/library/apple-music-wordmark-light.svg',
|
||||
dark: '/library/apple-music-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://music.apple.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user