mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Small fixes to Sessions tab
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user