fix: layout padding, tabs size and page heading font sizes (#1067)

This commit is contained in:
Aaryan Khandelwal 2023-05-17 14:57:58 +05:30 committed by GitHub
parent 3427652c22
commit ab695a309f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 37 additions and 37 deletions

View file

@ -97,14 +97,14 @@ const SettingsNavbar: React.FC<Props> = ({ profilePage = false }) => {
<Link key={link.href} href={link.href}>
<a>
<div
className={`rounded-3xl border border-brand-base px-5 py-1.5 text-sm sm:px-7 sm:py-2 sm:text-base ${
className={`rounded-full border px-5 py-1.5 text-sm outline-none ${
(
link.label === "Import/Export"
? router.asPath.includes(link.href)
: router.asPath === link.href
)
? "border-brand-accent bg-brand-accent text-white"
: "border-brand-base bg-brand-surface-2 hover:bg-brand-surface-1"
: "border-brand-base bg-brand-base hover:bg-brand-surface-1"
}`}
>
{link.label}