From dc9ea0ec22746425392aa5b15dec7af307f2de6f Mon Sep 17 00:00:00 2001 From: tienifr Date: Thu, 11 Apr 2024 20:53:25 +0700 Subject: [PATCH] fix: missing title on disabled input --- src/styles/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.ts b/src/styles/index.ts index f165974119ff..17876c4a49da 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -1092,6 +1092,7 @@ const styles = (theme: ThemeColors) => color: theme.textSupporting, fontFamily: FontUtils.fontFamily.platform.EXP_NEUE, width: '100%', + zIndex: 1, }, textInputLabelBackground: {