mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(CommandPalette): missing right padding on input with close button
This commit is contained in:
@@ -13,7 +13,10 @@ export default {
|
||||
size: 'h-4 w-4',
|
||||
padding: 'ps-10'
|
||||
},
|
||||
closeButton: 'absolute end-4'
|
||||
closeButton: {
|
||||
base: 'absolute end-4',
|
||||
padding: 'pe-10'
|
||||
}
|
||||
},
|
||||
emptyState: {
|
||||
wrapper: 'flex flex-col items-center justify-center flex-1 px-6 py-14 sm:px-14',
|
||||
|
||||
Reference in New Issue
Block a user