Skip to content

Commit

Permalink
Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 22, 2024
1 parent e9aaf61 commit 24fac36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/app/PasswordStrength/PasswordStrength.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ export const strengthConfig: Record<number, StrengthConfig> = {
2: {
label: "Okay",
color: {
text: "text-gray-normal",
text: "text-gray-normal dark:text-amberdark-9",
bg: "bg-amber-9 dark:bg-amberdark-9",
},
},
3: {
label: "Good",
color: {
text: "text-gray-normal",
text: "text-grass-9 dark:text-grassdark-9",
bg: "bg-grass-9 dark:bg-grassdark-9",
},
},
Expand Down

0 comments on commit 24fac36

Please sign in to comment.