File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Alloy >
2
2
<Window class =" bg-orange-100" >
3
3
<View class =" h-auto mx-3 bg-blue-200 border-4 border-blue-600 rounded-lg" >
4
- <View class =" h-auto" layout = " vertical" >
4
+ <View class =" h-auto vertical" >
5
5
6
6
<Button class =" mt-3 text-base text-indigo-700" >This is an Indigo Button</Button >
7
7
13
13
14
14
<Button class =" w-1/2 h-10 mt-4 mr-4 text-base text-white bg-blue-700 border-2 border-blue-800 rounded-lg" >MR-4 Button</Button >
15
15
16
- <View class =" h-auto mt-4 mb-1" layout = " horizontal" >
16
+ <View class =" h-auto mt-4 mb-1 horizontal" >
17
17
<Label class =" w-1/4 h-8 text-xs text-center text-white bg-blue-900 opacity-25" >opacity-25</Label >
18
18
<Label class =" w-1/4 h-8 text-xs text-center text-white bg-blue-900 opacity-50" >opacity-50</Label >
19
19
<Label class =" w-1/4 h-8 text-xs text-center text-white bg-blue-900 opacity-75" >opacity-75</Label >
You can’t perform that action at this time.
0 commit comments