Skip to content

Commit

Permalink
border lighter, card padding, space between inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick-Mao committed Nov 7, 2024
1 parent 4ed62d8 commit a388d62
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 121 deletions.
240 changes: 120 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/applications/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface props {

const Application = ({ title, questions }: props) => {
return (
<div className="rounded-md border-2 border-black">
<div className="rounded-md border-2 border-starlight-lightgray/25 p-10 space-y-8">
<p>Apply to {title}</p>

<Input
Expand Down

0 comments on commit a388d62

Please sign in to comment.