Skip to content

Commit

Permalink
Fix managment translation and green background
Browse files Browse the repository at this point in the history
  • Loading branch information
idamand committed Dec 12, 2024
1 parent f017eb0 commit d17afe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"all": "All",
"Design": "Design",
"Utvikling": "Development",
"Ledelse": " ",
"Ledelse": "Management",
"Prosjekt- og produktledelse": "Project and product management",
"Strategi": "Strategy",
"field": "Field",
Expand Down
2 changes: 1 addition & 1 deletion src/components/sections/employees/employees.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
max-width: var(--max-content-width-large);
margin: 0 auto;

background: var(--background-bg-light-secondary);
background: var(--background-employees-green);
padding: 3rem;
border-radius: var(--radius-large, 24px);

Expand Down
1 change: 1 addition & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ html {
--background-bg-yellow: var(--Yellow-500);
--background-disabled: var(--Light-700);
--background-header-light-transparent: #fafafabf;
--background-employees-green: #dafbdc;

--stroke-primary: var(--Dark-700);
--stroke-secondary: var(--Dark-400);
Expand Down

0 comments on commit d17afe4

Please sign in to comment.