We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e96ca7 commit d4c5800Copy full SHA for d4c5800
components/dashboard/src/components/PillMenuItem.tsx
@@ -12,7 +12,7 @@ export default function PillMenuItem(p: {
12
link?: string,
13
onClick?: (event: React.MouseEvent) => void
14
}) {
15
- const classes = 'flex block text-sm font-medium dark:text-gray-200 px-3 px-0 py-1.5 rounded-md transition ease-in-out ' +
+ const classes = 'flex block font-medium dark:text-gray-200 px-2 py-1 rounded-lg transition ease-in-out ' +
16
(p.selected
17
? 'bg-gray-200 dark:bg-gray-700'
18
: 'text-gray-600 hover:bg-gray-100 dark:hover:bg-gray-800');
0 commit comments