mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
fix(presets): dropdown avatar position
This commit is contained in:
@@ -289,7 +289,7 @@ const dropdown = {
|
|||||||
inactive: 'u-text-gray-700',
|
inactive: 'u-text-gray-700',
|
||||||
disabled: 'cursor-not-allowed opacity-50',
|
disabled: 'cursor-not-allowed opacity-50',
|
||||||
icon: 'h-5 w-5 u-text-gray-400 group-hover:u-text-gray-500 flex-shrink-0',
|
icon: 'h-5 w-5 u-text-gray-400 group-hover:u-text-gray-500 flex-shrink-0',
|
||||||
avatar: '-my-0.5 group-hover:u-bg-gray-200 flex-shrink-0'
|
avatar: '-m-0.5 group-hover:u-bg-gray-200 flex-shrink-0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user