mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
The submit button on the settings -> dns page has a couple UX issues with the new search domain section: - It's ambiguous what the `Save` is actually saving - The spacing makes it look like it's only saving upstream resolvers This PR introduces a simple fix that address the two issues by: - Updating the button text to `Save DNS Settings` - Increasing spacing between submit button and form elements - Slightly decreasing spacing between the `search domain` and `upstream resolvers` inputs <img width="968" alt="Screenshot 2025-03-14 at 12 06 02 AM" src="https://github.com/user-attachments/assets/651f54c8-3b5f-4747-ad3a-e2ae32eccbf0" /> Related #5248