mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 01:26:37 +08:00
refactor: unify theme (#1303)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { displayFlex, styled } from '../../styles';
|
||||
|
||||
export const StyledEmptyContainer = styled.div(() => {
|
||||
export const StyledEmptyContainer = styled('div')(() => {
|
||||
return {
|
||||
height: '100%',
|
||||
...displayFlex('center', 'center'),
|
||||
|
||||
Reference in New Issue
Block a user