mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Breadcrumb): increase item line-height
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
wrapper: 'relative',
|
||||
ol: 'flex items-center gap-x-1.5',
|
||||
li: 'flex items-center gap-x-1.5 text-gray-500 dark:text-gray-400 text-sm',
|
||||
li: 'flex items-center gap-x-1.5 text-gray-500 dark:text-gray-400 text-sm leading-6',
|
||||
base: 'flex items-center gap-x-1.5 group font-semibold',
|
||||
label: '',
|
||||
icon: {
|
||||
|
||||
Reference in New Issue
Block a user