We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99ffa7 commit f871063Copy full SHA for f871063
apps/demo/src/components/Header/PackageHelper.tsx
@@ -54,7 +54,7 @@ export const PackageHelper = () => {
54
return (
55
<button
56
className={cn(
57
- 'relative flex h-full cursor-pointer px-3 text-xl',
+ 'relative flex h-full cursor-pointer items-center justify-center px-3 text-xl',
58
selected
59
? 'bg-selectedBackground'
60
: 'text-neutralPlaceholder hover:bg-hoverBackgroundAccent ease-materialBase transition-colors duration-200',
0 commit comments