diff --git a/src/components/maps/RouteRowView.tsx b/src/components/maps/RouteRowView.tsx index 0599edc..8bbb75f 100644 --- a/src/components/maps/RouteRowView.tsx +++ b/src/components/maps/RouteRowView.tsx @@ -49,7 +49,7 @@ export const RouteRowView = ({
{ (tab === 'mine' || !is_admin) && is_starred && - +
} {(title || _id)} diff --git a/src/styles/dialogs.less b/src/styles/dialogs.less index c7be1e4..461d484 100644 --- a/src/styles/dialogs.less +++ b/src/styles/dialogs.less @@ -348,9 +348,11 @@ word-break: break-word; display: flex; - svg { - fill: fade(white, 50%); - margin-right: 2px; + .route-row-corner { + svg { + fill: fade(white, 50%); + margin-right: 2px; + } } }