set message about planned layer to yellow

for conistency with other similar boxes
This commit is contained in:
Mateusz Konieczny 2023-01-04 16:22:55 +01:00
parent df1da50a4a
commit 60397aaefb

View File

@ -13,7 +13,7 @@ import { CategoryViewProps } from './category-view-props';
*/
const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
<Fragment>
<InfoBox msg="This is what we're planning to collect on the building's context" />
<InfoBox type='warning' msg="This is what we're planning to collect on the building's context" />
<ul className="data-list">
<li>Gardens</li>
<li>Trees</li>