[ui] standardize naming

This commit is contained in:
Yangshun Tay
2022-10-28 17:56:09 +08:00
parent 41e6c346d7
commit d8d4b0f092
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ export default function Banner({ children, size = 'md', onHide }: Props) {
size === 'sm' && 'text-sm',
size === 'xs' && 'text-xs',
)}>
<div className="mx-auto max-w-7xl py-3 px-3 sm:px-6 lg:px-8">
<div className="mx-auto max-w-7xl py-2 px-3 sm:px-6 lg:px-8">
<div className="pr-16 sm:px-16 sm:text-center">
<p className="font-medium text-white">{children}</p>
</div>