diff --git a/pwa/package-lock.json b/pwa/package-lock.json
index a1ea2dfb..8a10741a 100644
--- a/pwa/package-lock.json
+++ b/pwa/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.0.0",
"dependencies": {
"@conduction/components": "2.2.41",
- "@conduction/theme": "1.0.60",
+ "@conduction/theme": "file:../../conduction-theme",
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-brands-svg-icons": "6.5.0",
"@fortawesome/free-regular-svg-icons": "6.5.0",
@@ -96,7 +96,7 @@
},
"../../conduction-theme": {
"name": "@conduction/theme",
- "version": "1.0.60",
+ "version": "1.0.62",
"license": "ISC",
"dependencies": {
"@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100"
diff --git a/pwa/package.json b/pwa/package.json
index aa9f95b3..7b2fbaee 100644
--- a/pwa/package.json
+++ b/pwa/package.json
@@ -4,7 +4,9 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
- "keywords": ["gatsby"],
+ "keywords": [
+ "gatsby"
+ ],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
@@ -23,7 +25,7 @@
},
"dependencies": {
"@conduction/components": "2.2.41",
- "@conduction/theme": "1.0.60",
+ "@conduction/theme": "file:../../conduction-theme",
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-brands-svg-icons": "6.5.0",
"@fortawesome/free-regular-svg-icons": "6.5.0",
diff --git a/pwa/src/styling/index.css b/pwa/src/styling/index.css
index 2bf9f6aa..426dd0e0 100644
--- a/pwa/src/styling/index.css
+++ b/pwa/src/styling/index.css
@@ -15,7 +15,7 @@
@import "../../node_modules/@conduction/theme/municipalities/dimpact-design-tokens/dist/index.css";
@import "../../node_modules/@conduction/theme/municipalities/commonground-design-tokens/dist/index.css";
@import "../../node_modules/@conduction/theme/municipalities/opencatalogi-design-tokens/dist/index.css";
-
+@import "../../node_modules/@conduction/theme/municipalities/zutphen-design-tokens/dist/index.css";
/* Design Tokens maintained by Frameless */
@import "../../node_modules/@utrecht/design-tokens/dist/theme.css";
diff --git a/pwa/src/templates/templateParts/footer/FooterTemplate.module.css b/pwa/src/templates/templateParts/footer/FooterTemplate.module.css
index de6400f1..c99477d2 100644
--- a/pwa/src/templates/templateParts/footer/FooterTemplate.module.css
+++ b/pwa/src/templates/templateParts/footer/FooterTemplate.module.css
@@ -7,6 +7,17 @@
padding-inline-end: var(--utrecht-page-margin-inline-end);
}
+.container > * {
+ font-size: var(
+ --utrecht-page-footer-font-size,
+ var(--utrecht-document-font-size)
+ );
+ font-family: var(
+ --utrecht-page-footer-font-family,
+ var(--utrecht-document-font-family)
+ );
+}
+
.footer {
display: flex;
align-items: center;
diff --git a/pwa/src/templates/theme/ThemeTemplate.module.css b/pwa/src/templates/theme/ThemeTemplate.module.css
index 2551d21a..f37b6cf3 100644
--- a/pwa/src/templates/theme/ThemeTemplate.module.css
+++ b/pwa/src/templates/theme/ThemeTemplate.module.css
@@ -185,6 +185,8 @@
.tableBody {
border: var(--utrecht-table-body-border);
+ border-block-end: var(--utrecht-table-body-border-block-end-width) solid
+ var(--utrecht-table-body-border-block-end-color);
}
.tableBody .tableRow:nth-child(odd) {
diff --git a/pwa/src/templates/theme/ThemeTemplate.tsx b/pwa/src/templates/theme/ThemeTemplate.tsx
index 259eb85f..8c15acea 100644
--- a/pwa/src/templates/theme/ThemeTemplate.tsx
+++ b/pwa/src/templates/theme/ThemeTemplate.tsx
@@ -165,6 +165,11 @@ export const ThemeTemplate: React.FC = () => {
ABCDEFGHIJKLMNOPQRSTUVWXYZ
@@ -707,7 +707,6 @@ export const ThemeTemplate: React.FC = () => {