Skip to content

Commit

Permalink
Merge pull request #67 from acm-ucr/derrick-mao/fix-app-style
Browse files Browse the repository at this point in the history
Derrick mao/fix app style
  • Loading branch information
seanquiambao authored Nov 8, 2024
2 parents e77d736 + b159a17 commit 934a0ad
Showing 1 changed file with 1 addition and 1 deletion.
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="space-y-8 rounded-md border-2 border-starlight-lightgray/25 p-10">
<p>Apply to {title}</p>

<Input
Expand Down

0 comments on commit 934a0ad

Please sign in to comment.