diff --git a/src/common/ui/styles/theme.css b/src/common/ui/styles/theme.css index 9db0bcd5..9d9db85a 100644 --- a/src/common/ui/styles/theme.css +++ b/src/common/ui/styles/theme.css @@ -54,6 +54,9 @@ --accent: 30 89% 96%; --accent-foreground: 21 82% 53%; + --success: 86 78% 35%; + --success-foreground: 210 40% 98%; + --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; @@ -110,12 +113,6 @@ } } -@layer base { - * { - @apply border-border; - } -} - body { min-height: 100vh; } diff --git a/src/modules/pot/components/PotApplicationRequirements.tsx b/src/modules/pot/components/PotApplicationRequirements.tsx index f0c04c1c..0b6cef32 100644 --- a/src/modules/pot/components/PotApplicationRequirements.tsx +++ b/src/modules/pot/components/PotApplicationRequirements.tsx @@ -13,7 +13,7 @@ export const PotApplicationRequirements: React.FC @@ -42,7 +42,7 @@ export const PotApplicationRequirements: React.FC - + {text} ))} diff --git a/src/modules/pot/components/PotHero.tsx b/src/modules/pot/components/PotHero.tsx index 589bc4d6..1a36817f 100644 --- a/src/modules/pot/components/PotHero.tsx +++ b/src/modules/pot/components/PotHero.tsx @@ -72,25 +72,20 @@ export const PotHero: React.FC = ({ potId }) => {
{pot ? : }
-
+
{pot ? (
= ({ potId }) => { {pot ? (
- ( - { - event.stopPropagation(); - }} - > - {"More Info"} - - ), - }} - className="markdown-link" - > - {pot.description} - + {pot.description}
) : ( @@ -170,8 +144,8 @@ export const PotHero: React.FC = ({ potId }) => {
diff --git a/src/modules/pot/components/PotTimeline.tsx b/src/modules/pot/components/PotTimeline.tsx index fd43a1e4..93220f85 100644 --- a/src/modules/pot/components/PotTimeline.tsx +++ b/src/modules/pot/components/PotTimeline.tsx @@ -158,7 +158,7 @@ export const PotTimeline: React.FC = ({ potId, classNames }) =