Skip to content

Commit 8784aa1

Browse files
Avenmia/fix styling (#229)
* Adding DaisyUI * Comment out button styling and add theme to config * Updating AddressSearch styling * Updating styling * Fixing theme * Updating styles * Fixing styling * Removing address bar Co-authored-by: Christopher Lam <whoischrislam@users.noreply.github.com> * removing divider * extracting infobox into its own component * removing lime green text * Updating button styles Co-authored-by: Christopher Lam <whoischrislam@users.noreply.github.com> * Fixing styles * Fixing styles * Fixing button style * Fixing demographic question style * Fixing modal styling * Fixing error * Fixing address mobile styling * Fixing scroll issue and content being pushed off * Fixing styling * Fixing styling * Adding modal icon * Removing button to go back to address while the user is taking the survey * Removing commented out styles --------- Co-authored-by: Christopher Lam <whoischrislam@users.noreply.github.com>
1 parent 1a95b73 commit 8784aa1

29 files changed

Lines changed: 551 additions & 470 deletions

package-lock.json

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@typescript-eslint/parser": "^5.47.1",
5959
"@vitest/coverage-v8": "^1.6.0",
6060
"autoprefixer": "^10.4.7",
61+
"daisyui": "^4.12.10",
6162
"eslint": "^8.30.0",
6263
"eslint-config-next": "^14.2.4",
6364
"husky": "^8.0.3",

src/UI/NextPageButtonLink.tsx

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/components/AboutThisEngagement.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import React from "react";
33
const AboutThisEngagementPortal = () => {
44
return (
55
<>
6-
<h3 className="text-md p-4 pl-2 text-center font-semibold 2xl:text-xl">
6+
<h3 className="text-md p-4 pl-2 text-center font-semibold text-primary-content 2xl:text-xl">
77
About this Engagement Portal
88
</h3>
9-
<p className="mb-2 mt-4 pb-4 2xl:text-lg">
9+
<p className="mb-2 mt-4 pb-4 text-primary-content 2xl:text-lg">
1010
This engagement portal is designed to help our project team understand:{" "}
1111
</p>
1212

13-
<ol className="mb-2 ml-4 list-decimal pb-4 2xl:text-lg">
13+
<ol className="mb-2 ml-4 list-decimal pb-4 text-primary-content 2xl:text-lg">
1414
<li className="md:mb-2">
1515
Demographic information of those who participate in the project.
1616
</li>

0 commit comments

Comments
 (0)