Skip to content

Commit

Permalink
improve spt result style
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-mealey committed May 31, 2022
1 parent 610f80c commit 561d94d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/SubstantialPresenceTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ const SubstantialPresenceTest = () => {
</tbody>
</table>

<div>
<div
style={{
padding: 'var(--theme-spacing-1)',
borderRadius: 'var(--theme-roundness)',
backgroundColor: 'rgba(255, 255, 255, 0.1)',
}}
>
{validDays >= TOTAL_REQUIREMENT &&
currentYearValidDays >= CURRENT_YEAR_REQUIREMENT ? (
<>
Expand Down

1 comment on commit 561d94d

@vercel
Copy link

@vercel vercel bot commented on 561d94d May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.