chore(Slideover): improve header

This commit is contained in:
Benjamin Canac
2022-07-11 22:32:11 +02:00
parent 00b9a0839b
commit 40fef2bdf5
2 changed files with 4 additions and 13 deletions

View File

@@ -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 {