diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/voicesearch/VoiceSearchButtonPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/voicesearch/VoiceSearchButtonPatch.kt index 82ee56579..bc4dcff4a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/voicesearch/VoiceSearchButtonPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/voicesearch/VoiceSearchButtonPatch.kt @@ -50,6 +50,7 @@ object VoiceSearchButtonPatch : AbstractVoiceSearchButtonPatch( arrayOf( "height", "marginEnd", + "marginStart", "width" ) ) {