Skip to content

Commit d4c5800

Browse files
gtsiolisroboquat
authored andcommitted
Update right menu style
1 parent 9e96ca7 commit d4c5800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/PillMenuItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function PillMenuItem(p: {
1212
link?: string,
1313
onClick?: (event: React.MouseEvent) => void
1414
}) {
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 ' +
15+
const classes = 'flex block font-medium dark:text-gray-200 px-2 py-1 rounded-lg transition ease-in-out ' +
1616
(p.selected
1717
? 'bg-gray-200 dark:bg-gray-700'
1818
: 'text-gray-600 hover:bg-gray-100 dark:hover:bg-gray-800');

0 commit comments

Comments
 (0)