TP-48565 | comments resolved
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
:export {
|
||||
goToLinkColor: #0276fe;
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 24px;
|
||||
|
||||
@@ -27,7 +27,7 @@ const HyperlinkCellRenderer: FC<HyperlinkCellRendererProps> = ({
|
||||
{value}
|
||||
</div>
|
||||
<div className={styles['go-to-link-icon']}>
|
||||
<GoToLinkIcon color="#0276FE" />
|
||||
<GoToLinkIcon color={styles.goToLinkColor} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -67,7 +67,7 @@ const TicketNameCell: FC<TicketNameCellProps> = ({
|
||||
{tickerName}
|
||||
</div>
|
||||
<div className={styles['go-to-link-icon']}>
|
||||
<GoToLinkIcon color="#0276FE" />
|
||||
<GoToLinkIcon color={styles.goToLinkColor} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user