mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(components): improve RTL support (#2433)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
footer: 'flex items-center gap-1.5 p-4 sm:px-6',
|
||||
title: 'text-[var(--ui-text-highlighted)] font-semibold',
|
||||
description: 'mt-1 text-[var(--ui-text-muted)] text-sm',
|
||||
close: 'absolute top-4 right-4'
|
||||
close: 'absolute top-4 end-4'
|
||||
},
|
||||
variants: {
|
||||
transition: {
|
||||
|
||||
Reference in New Issue
Block a user