diff --git a/centrifuge-app/src/components/IssuerSection.tsx b/centrifuge-app/src/components/IssuerSection.tsx index ba2d85c7e..75e3661de 100644 --- a/centrifuge-app/src/components/IssuerSection.tsx +++ b/centrifuge-app/src/components/IssuerSection.tsx @@ -36,7 +36,10 @@ const StyledBox = styled(Box)` } ` -const HoverBox = styled(StyledBox)` +const StyledRouterTextLink = styled(RouterTextLink)` + color: white; + text-decoration: unset; + font-size: 14px; padding: 8px 22px; background-color: ${SUBTLE_GRAY}; border: 3px solid transparent; @@ -45,12 +48,6 @@ const HoverBox = styled(StyledBox)` border-radius: 4px; border-color: #91969b1a; } -` - -const StyledRouterTextLink = styled(RouterTextLink)` - color: white; - text-decoration: unset; - font-size: 14px; :active { color: white; } @@ -98,9 +95,7 @@ export function ReportDetails({ metadata }: IssuerSectionProps) { Reports - - View all - + View all