feat: mise à jour des composants de l'interface utilisateur pour uniformiser la hauteur minimale, amélioration de la structure des classes CSS dans Divider, Toolbar, ToolbarButton, ToolbarDropdown et ToolbarLabel.
This commit is contained in:
parent
68fed587be
commit
c813368e2b
@@ -2,7 +2,7 @@
|
||||
<button
|
||||
@click="$emit('click')"
|
||||
:class="[
|
||||
'flex flex-col items-center justify-around h-full w-min p-1 rounded group text-white',
|
||||
'flex flex-col items-center justify-around min-h-14 w-min ml-4 rounded group text-white',
|
||||
active
|
||||
? 'text-green-500' // Style actif
|
||||
: 'hover:text-green-500' // Effet de survol
|
||||
|
||||
Reference in New Issue
Block a user