update uicorner and update readme
This commit is contained in:
parent
3d641b34ce
commit
be86712ede
3 changed files with 7 additions and 5 deletions
|
@ -67,7 +67,7 @@ function config(props: ConfigProps): Roact.Element {
|
|||
Visible={false}
|
||||
/>
|
||||
<Acrylic
|
||||
radius={2}
|
||||
radius={5}
|
||||
distance={0.001}
|
||||
/>
|
||||
<frame
|
||||
|
@ -84,7 +84,7 @@ function config(props: ConfigProps): Roact.Element {
|
|||
FillDirection={Enum.FillDirection.Vertical}
|
||||
/>
|
||||
<uicorner
|
||||
CornerRadius={new UDim(0, 2)}
|
||||
CornerRadius={new UDim(0, 5)}
|
||||
/>
|
||||
<Padding
|
||||
padding={new UDim(0, 5)}
|
||||
|
@ -108,7 +108,7 @@ function config(props: ConfigProps): Roact.Element {
|
|||
paddingX={new UDim(0, 5)}
|
||||
/>
|
||||
<uicorner
|
||||
CornerRadius={new UDim(0, 2)}
|
||||
CornerRadius={new UDim(0, 5)}
|
||||
/>
|
||||
</textbutton>
|
||||
</frame>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue