mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { styled } from '../styled';
|
||||
|
||||
export const ListIcon = styled('div')(({ theme }) => {
|
||||
return {
|
||||
color: theme.affine.palette.icons,
|
||||
height: '20px',
|
||||
|
||||
'& svg': {
|
||||
fontSize: '20px',
|
||||
},
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user