Skip to content

Commit cee83f5

Browse files
committed
update readme
1 parent 3662fde commit cee83f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,16 @@ The application launches with a blank splash screen, and the moves to a tabbed b
146146

147147
##### Styles
148148

149-
The `styles` folder contain global style and typography for the application. Styles for each screen has been placed with the screen, and not together, as they are going to be used together, unlike web.
149+
The `styles` folder contain global style and typography for the application. Styles for each screen has been placed with the screen, as they are going to be used together with the screen, unlike web.
150150

151151
##### Widgets / Elements
152152

153153
The custom components have been broken into 2 major categories, namely - **widgets**, **elements**
154154

155155
A Good use case would be:
156156

157-
- widgets: carousels component, banner component etc.
158-
- elements: a custom, may be `<CText>` or `<ButtonDefault>`, element that has default font properties like font, size.
157+
- widgets: carousels component, banner component, any component providing a complete functionality
158+
- elements: A custom, may be `<CText>` or `<ButtonDefault>`, element that has default font properties like font, size and overrides the native elements.
159159

160160
#### Contributing
161161

0 commit comments

Comments
 (0)