mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
chore(Slideover): improve header
This commit is contained in:
@@ -383,10 +383,7 @@ export default (variantColors: string[]) => {
|
||||
base: 'relative flex-1 flex flex-col w-full focus:outline-none',
|
||||
background: 'u-bg-white',
|
||||
width: 'max-w-md',
|
||||
header: {
|
||||
wrapper: 'border-b u-border-gray-200',
|
||||
base: 'flex items-center justify-between px-4 sm:px-6 h-16'
|
||||
}
|
||||
header: 'flex items-center justify-between px-4 sm:px-6 h-16 border-b u-border-gray-200'
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user