Skip to content

Commit

Permalink
fix text alignements
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 9, 2024
1 parent 50481f7 commit d8c6992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ProjectSelection = ({ firstId, projectId, baseHref }: Props) => {
prefetch
href={href}
scroll={false}
className={cn(SHARED_CLASSNAME, 'rounded-2xl bg-medium-gray px-0 py-3 text-base font-semibold', {
className={cn(SHARED_CLASSNAME, 'rounded-2xl bg-medium-gray px-3 py-3 text-center text-base font-semibold', {
'is-active': isActive,
})}
>
Expand Down

0 comments on commit d8c6992

Please sign in to comment.