diff --git a/components/AndroidWidget/HelloWidget.jsx b/components/AndroidWidget/HelloWidget.jsx index 19485ad..472aa0d 100644 --- a/components/AndroidWidget/HelloWidget.jsx +++ b/components/AndroidWidget/HelloWidget.jsx @@ -69,18 +69,9 @@ export function HelloWidget({ time, delayString }) { clickAction="WIDGET_CLICK" key={data[1]} > - - - + + + ); }) @@ -98,3 +89,9 @@ export function HelloWidget({ time, delayString }) { ); } + +const FlexText = ({ flex, text }) => ( + + + +); diff --git a/components/AndroidWidget/HelloWidgetPreviewScreen.jsx b/components/AndroidWidget/HelloWidgetPreviewScreen.jsx index c2fa761..6c2de53 100644 --- a/components/AndroidWidget/HelloWidgetPreviewScreen.jsx +++ b/components/AndroidWidget/HelloWidgetPreviewScreen.jsx @@ -9,7 +9,7 @@ export function HelloWidgetPreviewScreen() { } - width={320} + width={200} height={200} />