[WEB-5614] chore: platform design token enhancements (#8373)

This commit is contained in:
Anmol Singh Bhatia 2025-12-18 16:45:04 +05:30 committed by GitHub
parent 78f4a7294b
commit 67416935b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 61 additions and 62 deletions

View file

@ -57,7 +57,7 @@ function RightItem(props: HeaderProps) {
return (
<div
className={cn(
"flex justify-end gap-3 w-auto items-center",
"flex justify-end gap-2 w-auto items-center",
{
"items-baseline": variant === EHeaderVariant.TERNARY,
},