Skip to content

Commit 6cda5bb

Browse files
authored
Merge pull request #824 from opentripplanner/transit-overlay-styles
Modify transit overlay SVG icon styling
2 parents 6fefdd3 + 3f0b7ee commit 6cda5bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: lib/components/form/batch-styled.ts

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ export const buttonCss = css`
2323
&:active {
2424
${activeCss}
2525
}
26+
svg {
27+
max-height: 36px;
28+
}
2629
`
2730

2831
export const Button = styled.button`

Diff for: lib/components/viewers/RouteRow.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ export const OperatorImg = styled.img`
3939
`
4040

4141
export const ModeIconElement = styled.span`
42-
height: 22px;
42+
height: 28px;
43+
width: 28px;
44+
padding-left: inherit;
45+
padding-top: 3px;
4346
`
4447

4548
const RouteNameElement = styled.span`

0 commit comments

Comments
 (0)