Fix: Small fixes to Sessions tab

This commit is contained in:
nizune
2021-07-06 17:42:32 +02:00
parent 9f85eda402
commit b62eeb35e7
6 changed files with 34 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ export default function ColourSwatches({ value, onChange }: Props) {
type="small"
key={i}
onClick={() => onChange(swatch)}>
{swatch === value && <Check size={18} />}
{swatch === value && <Check size={22} />}
</Swatch>
))}
</div>