ウィジェットのバグを修正
This commit is contained in:
@@ -81,17 +81,15 @@ export function InfoWidget({ time, text }) {
|
||||
}}
|
||||
>
|
||||
{text ? (
|
||||
<FlexWidget
|
||||
<TextWidget
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
width: "match_parent",
|
||||
backgroundColor: "#ffffff",
|
||||
flex: 1,
|
||||
color: "#000000",
|
||||
|
||||
fontSize: 20,
|
||||
}}
|
||||
clickAction="WIDGET_CLICK"
|
||||
>
|
||||
<FlexText flex={3} text={text} />
|
||||
</FlexWidget>
|
||||
clickAction="OPEN_APP"
|
||||
text={text}
|
||||
/>
|
||||
) : (
|
||||
<TextWidget
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user