Custom component does not look like base component

Hi,
I have created custom component.
webix.protoUI({name:“digiteditor”}, webix.ui.text);

But when I use it, it looks not like base component “text”: without border radius, different font and some other.

What is wrong?
Using webix UI v.3.0.4

Hi,

you need to use $cssName in view definition or set css rule for the new view:

http://webix.com/snippet/49f781f9

Thanks, it works