feat: text editor for description

This commit is contained in:
Jannat Patel
2023-04-06 18:01:12 +05:30
parent fafd132768
commit e4b4556210
10 changed files with 35 additions and 26 deletions

View File

@@ -1561,7 +1561,7 @@ li {
outline: none;
background-color: var(--bg-light-gray);
border-radius: var(--border-radius);
border: 1px dashed var(--gray-600);
border: 1px solid var(--gray-300);
padding: 0.5rem 0.75rem;
color: var(--gray-900);
}
@@ -1575,7 +1575,7 @@ li {
margin-top: 0.25rem;
background-color: var(--bg-light-gray);
border-radius: var(--border-radius);
border: 1px dashed var(--gray-600);
border: 1px solid var(--gray-300);
padding: 0.5rem 0.75rem;
width: fit-content;
}