diff --git a/build/catalyst.css b/build/catalyst.css
index 0b74775f..63b4157a 100644
--- a/build/catalyst.css
+++ b/build/catalyst.css
@@ -1591,7 +1591,7 @@ body {
* |- .cat-dialog-actions
**/
.cat-backdrop {
- background-color: rbg(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
+ background-color: rgb(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
}
.cat-dialog {
diff --git a/build/p-ab6d5500.css b/build/p-f214bb5d.css
similarity index 99%
rename from build/p-ab6d5500.css
rename to build/p-f214bb5d.css
index 0b74775f..63b4157a 100644
--- a/build/p-ab6d5500.css
+++ b/build/p-f214bb5d.css
@@ -1591,7 +1591,7 @@ body {
* |- .cat-dialog-actions
**/
.cat-backdrop {
- background-color: rbg(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
+ background-color: rgb(var(--cat-bg-backdrop, 27, 31, 38), var(--cat-opacity-backdrop, 0.4));
}
.cat-dialog {
diff --git a/index.html b/index.html
index 26b7f2a4..9a393d36 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
'select.empty': 'No items',
'select.open': 'Open'
});
-