mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 11:20:36 +01:00
chore(Breadcrumb): increase item line-height
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
export default {
|
export default {
|
||||||
wrapper: 'relative',
|
wrapper: 'relative',
|
||||||
ol: 'flex items-center gap-x-1.5',
|
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',
|
base: 'flex items-center gap-x-1.5 group font-semibold',
|
||||||
label: '',
|
label: '',
|
||||||
icon: {
|
icon: {
|
||||||
|
|||||||
Reference in New Issue
Block a user