🎨How to use custom css section in the app?

This custom CSS modifies the appearance of the specific input field to which the changes are being applied in the app.

Frequently used css codes: background-color, border-radius etc. For example:

{
    border-radius:10px;
}

Last updated