Skip to content

Commit

Permalink
Fix light-bg-table
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Sep 10, 2024
1 parent 7772a20 commit d194b40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default function LightBgTable(): JSX.Element {
<td>
<span
className={styles.color}
style={{ backgroundColor: '#000000' }}></span>{' '}
<code>#000000</code>
style={{ backgroundColor: '#FFFFFF' }}></span>{' '}
<code>#FFFFFF</code>
</td>
</tr>
<tr>
Expand Down

0 comments on commit d194b40

Please sign in to comment.