mozilla-vpn-client
mozilla-vpn-client copied to clipboard
VPN-6227: Use correct theme variable in AppPermissionsList.qml
Description
This fixes the unusually large "+" icon in the '+ Add application' button in AppPermissionsList.qml.
After:
Reference
VPN-6227
Checklist
- [ ] My code follows the style guidelines for this project
- [ ] I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
- [ ] I have performed a self review of my own code
- [ ] I have commented my code PARTICULARLY in hard to understand areas
- [ ] I have added thorough tests where needed