Merge pull request #1019 from matkoniecz/fix/consistent-message-themes

set message about planned layer to yellow
This commit is contained in:
Mike Simpson 2023-01-13 14:51:54 +00:00 committed by GitHub
commit ba869fe5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>