245 B
245 B
Colours are customised by the Theme component.
<script>
import { SiteHeader, Theme } from '@reuters-graphics/graphics-components';
</script>
<Theme base="dark">
<SiteHeader />
</Theme>