Skip to content

Commit

Permalink
feat(SLB-277): update first Header row style
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasimonato committed May 22, 2024
1 parent 076de90 commit 4147045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Organisms/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function UserActions({
return (
<div
className={clsx(
'flex w-full justify-end md:py-3.5 md:px-3 0',
'flex w-full justify-end md:py-3',
isDesktop && 'border-b border-gray-300 border-opacity-30',
)}
>
Expand Down

0 comments on commit 4147045

Please sign in to comment.