Improve design

This commit is contained in:
Sebastien Castiel
2023-12-14 17:15:28 -05:00
parent 7e279a535d
commit aa95497aab
5 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) {
return (
<Tabs
value={value}
className="mb-4 [&>*]:border"
className="[&>*]:border"
onValueChange={(value) => {
router.push(`/groups/${groupId}/${value}`)
}}