wifi networks: auth entry layout adjustments

This commit is contained in:
end-4
2025-03-29 09:45:12 +01:00
parent eb20cb5155
commit a73a89356e
2 changed files with 13 additions and 9 deletions
@@ -175,6 +175,7 @@ const CurrentNetwork = () => {
]
});
const authVisible = Button({
vpack: 'center',
child: MaterialIcon('visibility', 'large'),
className: 'txt sidebar-wifinetworks-auth-visible',
onClicked: () => {
@@ -218,8 +219,7 @@ const CurrentNetwork = () => {
placeholderText: getString('Enter network password'),
});
const authBox = Box({
className: 'spacing-h-5',
vertical: false,
className: 'sidebar-wifinetworks-auth-box',
children: [
authEntry,
authVisible,