mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Styling
This commit is contained in:
@@ -11,7 +11,7 @@ const CheckItem = ({ current = false, completed = false }) => (
|
||||
[styles.completed]: completed,
|
||||
})}
|
||||
>
|
||||
<Icon name="check_circle" />
|
||||
<Icon name="check_circle" className={styles.icon} />
|
||||
</span>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user