🌜 Initial Dark Mode support

This commit is contained in:
2023-12-03 15:28:05 -05:00
parent 57b713aca1
commit 29e0772a10
9 changed files with 45 additions and 52 deletions

View File

@@ -226,7 +226,7 @@ export const Import = (props: IProps): ReactElement => {
{!isLoading && !isEmpty(data?.data) && (
<>
<h3 className="subtitle is-4 mt-5">Past Imports</h3>
<table className="table">
<table className="table is-striped">
<thead>
<tr>
<th>Time Started</th>