diff --git a/src/pages/progress-connect/index.css b/src/pages/progress-connect/index.css index 4c8f633b..472fa37a 100644 --- a/src/pages/progress-connect/index.css +++ b/src/pages/progress-connect/index.css @@ -10,7 +10,7 @@ --text-medium: 51 65 85; --text-strong: 15 23 42; --text-error: 239 68 68; - --text-disabled: 148 163 184; + --text-disabled: 168 174 184; /* Background colors */ --bg-primary: 59 130 246; diff --git a/src/popup/components/ui/Code.tsx b/src/popup/components/ui/Code.tsx index 0e112751..5082f0cf 100644 --- a/src/popup/components/ui/Code.tsx +++ b/src/popup/components/ui/Code.tsx @@ -11,7 +11,7 @@ export const Code = ({ value, className, ...props }: CodeProps) => { return (