Skip to content

Commit

Permalink
Merge pull request #1092 from DTS-STN/220068-breadcrumbsColor
Browse files Browse the repository at this point in the history
220068 - shared device text color
  • Loading branch information
MarcoGoC authored Jun 27, 2024
2 parents 9d863de + a6a7c44 commit 98d0ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ const Home: NextPage<{ adobeAnalyticsUrl: string }> = ({
>
<summary
key={`summary-shared`}
className="text-default-text pt-2 pb-3 px-4 ds-cursor-pointer ds-select-none hover:underline"
className="text-[#295376] pt-2 pb-3 px-4 ds-cursor-pointer ds-select-none hover:text-[#0535D2]"
>
<span
className="ds-underline"
className="hover:underline"
dangerouslySetInnerHTML={{ __html: tsln.usingSharedDevice }}
data-gc-analytics-customclick={`${AA_BUTTON_CLICK_ATTRIBUTE}: shared`}
/>
Expand Down

0 comments on commit 98d0ebb

Please sign in to comment.