Update src/components/Settings/ShadeSelector.tsx

Co-authored-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
Aimsucks
2022-06-08 13:13:04 -04:00
committed by GitHub
parent ac47de72ee
commit c0c816d3db

View File

@@ -91,7 +91,7 @@ export function ShadeSelector() {
<Group spacing="xs">{secondarySwatches}</Group>
</Group>
</Popover>
<Text>Primary shade</Text>
<Text>Shade</Text>
</Group>
);
}