fix: layout padding, tabs size and page heading font sizes (#1067)
This commit is contained in:
parent
3427652c22
commit
ab695a309f
21 changed files with 37 additions and 37 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue