First commit
This commit is contained in:
14
application/user/signup/signup.customLabel.js
Normal file
14
application/user/signup/signup.customLabel.js
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
import label from '/elements/label.js';
|
||||
|
||||
|
||||
export default class customLabel extends label{
|
||||
|
||||
textAlign = "right";
|
||||
|
||||
alignItems = "end";
|
||||
|
||||
flexDirection = "column";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user