浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
826e63c8e1
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5
    2
      mdev/wv0.native.js

+ 5
- 2
mdev/wv0.native.js 查看文件

@@ -49,6 +49,7 @@ class Wview_ui extends PureComponent<Props> {
49 49
 
50 50
 }
51 51
 class Wview_v1 extends PureComponent<Props> {
52
+    const { palette } = useTheme();
52 53
     constructor(props) {
53 54
         super(props);
54 55
         this.v1="a"
@@ -134,8 +135,10 @@ injectedJs =`
134 135
 
135 136
             onMessage={onMsg}
136 137
             ></WebView>
137
-                         <Button style = { wv0_styles_dev.vb1 || {}} >
138
-             {'polls.create.create'}
138
+                         <Button 
139
+color = { palette.screen01Header }
140
+                         style = { wv0_styles_dev.vb1 || {}} >
141
+             {wv0_styles_dev.vb1_txt  || "udef"}
139 142
              </Button>
140 143
             <Text2 style = { wv0_styles_dev.txt2 || {} }
141 144
              >

正在加载...
取消
保存