mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
feat: ajouter de nouvelles variantes de couleur pour les icônes dans ProseIcon.vue
This commit is contained in:
@@ -23,7 +23,11 @@ const colorVariants = {
|
||||
zinc: 'text-zinc-500/80 decoration-zinc-400/40',
|
||||
orange: 'text-orange-500/80 decoration-orange-400/40',
|
||||
amber: 'text-amber-500/80 decoration-amber-400/40',
|
||||
emerald: 'text-emerald-500/80 decoration-emerald-400/40'
|
||||
emerald: 'text-emerald-500/80 decoration-emerald-400/40',
|
||||
white: 'text-white/80 decoration-white/40',
|
||||
black: 'text-black/80 decoration-black/40',
|
||||
cyan: 'text-cyan-500/80 decoration-cyan-400/40',
|
||||
gray: 'text-gray-500/80 decoration-gray-400/40'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user