Skip to content

Commit e5c1a0c

Browse files
fix: tab text alignment (#136)
1 parent fe01dff commit e5c1a0c

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
lines changed

package-lock.json

Lines changed: 11 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Tab/Tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const DialTab: FC<DialTabProps> = ({
4848
onClick,
4949
}) => {
5050
const baseClasses =
51-
'rounded px-3 pt-2 pb-[6px] flex flex-row gap-2 h-[32px] cursor-pointer dial-small leading-4 hover:text-accent-primary';
51+
'rounded px-3 pt-2 pb-[6px] items-center flex flex-row gap-2 h-[32px] cursor-pointer dial-small leading-4 hover:text-accent-primary';
5252

5353
const tabClassNames = mergeClasses(
5454
baseClasses,

0 commit comments

Comments
 (0)