Skip to content

Commit 1768d5f

Browse files
rebsilvabrianchandotcom
authored andcommitted
LPD-49644 Change the toast link to have the correct style
1 parent ec973c8 commit 1768d5f

File tree

1 file changed

+1
-1
lines changed
  • modules/apps/object/object-web/src/main/resources/META-INF/resources/js/components/ObjectRelationship

1 file changed

+1
-1
lines changed

modules/apps/object/object-web/src/main/resources/META-INF/resources/js/components/ObjectRelationship/Relationships.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export default function Relationships({
297297
<ClayLink
298298
decoration="underline"
299299
href={toastAction.linkHref}
300-
style={{color: 'inherit'}}
300+
style={{fontWeight: 'bold'}}
301301
>
302302
{toastAction.linkLabel}
303303
</ClayLink>

0 commit comments

Comments
 (0)