Skip to content

Commit afbd84f

Browse files
committed
refactor(itinerary-summary): add fixme for Block styled-component
1 parent d16922b commit afbd84f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/components/narrative/default/itinerary-summary.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import React, { Component } from 'react'
33
import PropTypes from 'prop-types'
44
import styled from 'styled-components'
55

6+
// FIXME: Some of these must be marked !important, otherwise the summary-block
7+
// mode-block css class selectors will take precedence.
68
const Block = styled.div`
79
background-color: ${props => getModeColor(props.mode)};
810
height: 24px!important;

0 commit comments

Comments
 (0)