Typo in the Radzen Themes

There is a misspelling in the Radzen Themes:

--rz-selectbar-background-color: var(--rz-base-backgorund-color);

Should be:

--rz-selectbar-background-color: var(--rz-base-background-color);

Thanks for reporting @CodeFussion,

The fix will be included in the upcoming release.