Skip to content

Commit

Permalink
fix: org text color
Browse files Browse the repository at this point in the history
  • Loading branch information
eshankvaish committed Feb 20, 2025
1 parent d078e72 commit c0730da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Pages/Shared/OrganizationFrame/OrganizationTextLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
*/

const OrganizationTextLogo = () => (
<span className="text__white fs-12 fw-7 lh-16 font-merriweather dc__capitalize dc__truncate">
<span
className={`${window._env_.FEATURE_EXPERIMENTAL_MODERN_LAYOUT_ENABLE ? 'cn-9' : 'text__white'} fs-12 fw-7 lh-16 font-merriweather dc__capitalize dc__truncate`}
>
{window._env_.ORGANIZATION_NAME}
</span>
)
Expand Down

0 comments on commit c0730da

Please sign in to comment.