diff --git a/package.json b/package.json
index 36b6dd43b..64057031a 100644
--- a/package.json
+++ b/package.json
@@ -32,9 +32,9 @@
"@pxblue/colors": "^3.0.0",
"@pxblue/colors-branding": "^3.0.0",
"@pxblue/icons-mui": "^2.2.1",
- "@pxblue/react-components": "^5.0.1-beta.0",
+ "@pxblue/react-components": "^5.0.1-beta.1",
"@pxblue/react-progress-icons": "^2.1.0",
- "@pxblue/react-themes": "^6.0.0-beta.1",
+ "@pxblue/react-themes": "^6.0.0-beta.2",
"axios": "^0.19.2",
"clsx": "^1.1.0",
"color": "^3.1.3",
diff --git a/src/app/assets/styles/themes/dark-theme-colors.png b/src/app/assets/styles/themes/dark-theme-colors.png
index f1523b352..ff47912d5 100644
Binary files a/src/app/assets/styles/themes/dark-theme-colors.png and b/src/app/assets/styles/themes/dark-theme-colors.png differ
diff --git a/src/app/assets/styles/themes/dark-theme-example.png b/src/app/assets/styles/themes/dark-theme-example.png
index e2690777a..ae0d2c28b 100644
Binary files a/src/app/assets/styles/themes/dark-theme-example.png and b/src/app/assets/styles/themes/dark-theme-example.png differ
diff --git a/src/app/assets/styles/themes/light-theme-colors.png b/src/app/assets/styles/themes/light-theme-colors.png
index 9cebfd7c9..f3bccaedc 100644
Binary files a/src/app/assets/styles/themes/light-theme-colors.png and b/src/app/assets/styles/themes/light-theme-colors.png differ
diff --git a/src/docs/style/themes.mdx b/src/docs/style/themes.mdx
index 099bd6913..e6a8b8b09 100644
--- a/src/docs/style/themes.mdx
+++ b/src/docs/style/themes.mdx
@@ -61,7 +61,7 @@ You are also encouraged to explore our more detailed theme examples where you ca
The blue theme is the default theme for all PX Blue applications. With a clean color vibrance and high text legibility, it is well-suited for everyday use on a computer monitor, on-site facility inspection on a tablet, or on a mobile phone screen.
-The light theme uses our iconic [Blue 500](/style/color) color (`#007bc1`) throughout the application, notably in toolbars, buttons, and icons. In some places, Light Blue 500 is applied as an accent/secondary color on interactive UI elements such as form controls. The light theme's base background color is White 200, although the surface elements are often shaded in White 50 (pure white).
+The light theme uses our iconic [Blue 500](/style/color) color (`#007bc1`) throughout the application, notably in toolbars, buttons, and icons. In some places, Light Blue 500 is applied as a secondary color on interactive UI elements such as form controls. The light theme's base background color is White 200, although the surface elements are often shaded in White 50 (pure white).
diff --git a/yarn.lock b/yarn.lock
index 741733caa..f56dae3fb 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2074,10 +2074,10 @@
resolved "https://registry.yarnpkg.com/@pxblue/prettier-config/-/prettier-config-1.0.2.tgz#fb00503df6557b66c3d91d43c9101e614c35d2ec"
integrity sha512-/3cLBoTjZs3kV1ATPA/Sp0tsL7XmlV/b8HW/qt0jqR/uP5+cdXL2YIhMXQngLRa7PhpSkEiRIYK5sl0rKsXTUg==
-"@pxblue/react-components@^5.0.1-beta.0":
- version "5.0.1-beta.0"
- resolved "https://registry.yarnpkg.com/@pxblue/react-components/-/react-components-5.0.1-beta.0.tgz#158fcdb0c3b7d2017ae161c4fc7a7d40f2b3c5f5"
- integrity sha512-Q5NdFUQ2+RXIIP+FoEisocXmcLQ3yUUq9W1xYlmiZaPY9+KB9ZrmACsBOnvOXFW8EWFp6XDv9oy/F6ReglEa5g==
+"@pxblue/react-components@^5.0.1-beta.1":
+ version "5.0.1-beta.1"
+ resolved "https://registry.yarnpkg.com/@pxblue/react-components/-/react-components-5.0.1-beta.1.tgz#dffffe7f9352eb9e56f737e1fec874f280cd99df"
+ integrity sha512-RuqD4jkaMfx2SCrFleUijFvdmsZzg0T7lm9qJQ9Mf5EjEQPC5tAxpZ45IAF5AXlMTkoFGa5D0Fl2P8hMQ7fkGw==
dependencies:
"@pxblue/colors" "^3.0.0"
color "^3.1.2"
@@ -2091,10 +2091,10 @@
color "^3.1.2"
react-jss "^10.4.0"
-"@pxblue/react-themes@^6.0.0-beta.1":
- version "6.0.0-beta.1"
- resolved "https://registry.yarnpkg.com/@pxblue/react-themes/-/react-themes-6.0.0-beta.1.tgz#46d13a5186527cc3186e8d267d1d8d3ec7b0c8b0"
- integrity sha512-DWxS0r37KiK0cvkK5SxVmUMK8wmoYxdKPvDu958nmxy4Zu2+Dr1IyCfJVVpcRlOPsiRShbkQtvFIg4jph5eWzQ==
+"@pxblue/react-themes@^6.0.0-beta.2":
+ version "6.0.0-beta.2"
+ resolved "https://registry.yarnpkg.com/@pxblue/react-themes/-/react-themes-6.0.0-beta.2.tgz#38926da93816bc503e2df73d4084dc192fe0f2cb"
+ integrity sha512-VcVrbWMq/78TtmjOTQI0pE6tpP02gIOGLURzdB4YxmENgWtRS1QH9xNFRxr3YBFQxDaqRMWP1P0Le1vysYjRdA==
dependencies:
"@fontsource/open-sans" "^4.1.0"
"@pxblue/colors" "^3.0.0"