Description
Right now, when a user is in onboarding admin tools, the subtasks have dark text on a dark (see image below). We want to update this so that it displays the same way the rest of the page does - dark text on a light background. As well, the boxes should support markdown.
Acceptance Criteria
- Subtasks on onboarding in admin tools displays dark text on a light background
Proposed Solution
- Read through the code in AdminTask.tsx and AdminSubtaskSection.tsx
- Find the box rendering the subtasks, and update the coloring to be the same as the rest of the page
- Update the textboxes to use markdown (use NERMarkdown instead of Typography).
Mocks
No response
Description
Right now, when a user is in onboarding admin tools, the subtasks have dark text on a dark (see image below). We want to update this so that it displays the same way the rest of the page does - dark text on a light background. As well, the boxes should support markdown.
Acceptance Criteria
Proposed Solution
Mocks
No response