about summary refs log tree commit diff
path: root/src/components/forms/DateField
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/forms/DateField')
-rw-r--r--src/components/forms/DateField/index.android.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/forms/DateField/index.android.tsx b/src/components/forms/DateField/index.android.tsx
index b64c0e9fa..58f4d4f89 100644
--- a/src/components/forms/DateField/index.android.tsx
+++ b/src/components/forms/DateField/index.android.tsx
@@ -57,6 +57,7 @@ export function DateField({
           open
           timeZoneOffsetInMinutes={0}
           theme={t.scheme}
+          // @ts-ignore TODO
           buttonColor={t.name === 'light' ? '#000000' : '#ffffff'}
           date={new Date(value)}
           onConfirm={onChangeInternal}