The issue was caused by the padding in TEXT_INPUT_STYLE, which was being applied to the StyledTextInput component used in NavigationDrawerInput.
Changes
Overrode the padding in StyledTextInput with a value of 0.
Added padding-right: 8px to the Icon. This ensures consistent spacing between the Icon and the input value, maintaining the same visual alignment as before.
Fixes: #8606
Reason for the issue:
The issue was caused by the padding in
TEXT_INPUT_STYLE
, which was being applied to theStyledTextInput
component used inNavigationDrawerInput
.Changes
StyledTextInput
with a value of 0.Icon
. This ensures consistent spacing between the Icon and the input value, maintaining the same visual alignment as before.Screencast from 2024-11-20 23-32-24.webm