diff --git a/.changeset/lovely-dragons-know.md b/.changeset/lovely-dragons-know.md new file mode 100644 index 0000000000..74fa3d2804 --- /dev/null +++ b/.changeset/lovely-dragons-know.md @@ -0,0 +1,4 @@ +--- +--- + +Fix profile modal Continue button not working on dashboard. Added proper change event listeners to radio buttons for more reliable selection handling across browsers and mobile devices. diff --git a/server/public/dashboard.html b/server/public/dashboard.html index 4218ed3385..eabccd7522 100644 --- a/server/public/dashboard.html +++ b/server/public/dashboard.html @@ -235,7 +235,8 @@ border-color: var(--color-brand); background: var(--color-primary-50); } - .profile-radio-option.selected { + .profile-radio-option.selected, + .profile-radio-option:has(input[type="radio"]:checked) { border-color: var(--color-brand); background: var(--color-primary-100); } @@ -372,49 +373,49 @@

Tell Us About Your Organization

-