rdkcentral / Lightning-UI-Components

Lightning UI Components

Home Page:https://rdkcentral.github.io/Lightning-UI-Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button Title can't support textAlign

CooperCao opened this issue · comments

text: {
textAlign: "left",
color: 0xffffffff,
fontSize: 30
},

text: {
w: 400,
textAlign: "left",
color: 0xffffffff,
fontSize: 30
},