mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
fix(Tabs): handle icon margin in RTL mode (#2233)
This commit is contained in:
@@ -28,7 +28,7 @@ export default {
|
||||
font: 'font-medium',
|
||||
rounded: 'rounded-md',
|
||||
shadow: '',
|
||||
icon: 'w-4 h-4 flex-shrink-0 mr-2'
|
||||
icon: 'w-4 h-4 flex-shrink-0 me-2'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user