Electron-based applications like Spotify and Discord have been facing UI and text blur issues on Wayland-based compositors.
The problem is caused by these apps not using the Wayland protocol natively, even though they support it.
To fix the issue, users need to navigate to the '/usr/share/applications' directory, open the corresponding '.desktop' file (e.g., 'discord.desktop'), and add the following line of code: '--enable-features=UseOzonePlatform --ozone-platform=wayland'.
After saving the file and restarting the application, the blur problem should be resolved.