.todo {
	background: white;
	padding: 5px;
	:global {
        .ant-list-split .ant-list-header {
            border-bottom: none;
        }
		.ant-list-sm .ant-list-item {
			padding-top: 0;
			padding-bottom: 0;
		}
		.ant-list-split .ant-list-item {
			border-bottom: none;
        }
        .ant-list-empty-text {
            display: none;;
        }
	}
}
