You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| titleSize | Number |`16`| Set font size for the notification title |
66
-
| titleColor | String |`'#505050'` (darkMode - false) / `'#FAFAFA'` (darkMode - true) | Set font color for the notification title |
67
-
| descriptionSize | Number |`14`| Set font size for the notification description |
68
-
| descriptionColor | String |`'#505050'` (darkMode - false) / `'#FAFAFA'` (darkMode - true) | Set font color for the notification description |
69
-
| bgColor | String |`'#FFFFFF'` (darkMode - false) / `'#2D2D2D'` (darkMode - true) | Set background color for the notification |
70
-
| borderType |`'border'` / `'accent'` / `'no-border'`|`'border'`| Set type of border for the notification ([EXAMPLES](#-border-types-examples)) |
71
-
| accentColor | String |`'#00EA33'` (success type) / `'#FC6060'` (error type) / `'#8CACFF'` (warning type) / `'#FFD37D'` (info type) | Set accent color for the notification. The color of the border or the left side accent line |
72
-
| borderRadius | Number |`14`| Set border radius for the notification container |
73
-
| borderWidth | Number |`1`| Set border width for the notification container |
74
-
| multiline | Number |`1`| Set number of visible lines for the notification description |
75
-
| defaultIconType |`'color'` / `'monochromatic'` / `'no-icon'`|`'color'`| This props works only with default icons. If you set your own icon it has no effect. ([EXAMPLES](#%EF%B8%8F-default-icon-type-examples)) |
76
-
| leftIconSource | ImageSourcePropType / JSX.Element | - | Set custom left icon for the notification (in png) or as custom component. For example. `require(../assets/icon.png)` / `<CustomIcon name="cross"/>`|
| titleSize | Number |`16`| Set font size for the notification |
66
+
| titleFamily | Number |`ios: 'San Francisco', android: 'Roboto'`| Set font family for the notification title |
67
+
| titleWeight | Number |`600`| Set font weight for the notification title |
68
+
| titleColor | String |`'#505050'` (darkMode - false) / `'#FAFAFA'` (darkMode - true) | Set font color for the notification title |
69
+
| descriptionSize | Number |`14`| Set font size for the notification description |
70
+
| descriptionFamily | Number |`ios: 'San Francisco', android: 'Roboto'`| Set font family for the notification description |
71
+
| descriptionWeight | Number |`400`| Set font weight for the notification description |
72
+
| descriptionColor | String |`'#505050'` (darkMode - false) / `'#FAFAFA'` (darkMode - true) | Set font color for the notification description |
73
+
| bgColor | String |`'#FFFFFF'` (darkMode - false) / `'#2D2D2D'` (darkMode - true) | Set background color for the notification |
74
+
| borderType |`'border'` / `'accent'` / `'no-border'`|`'border'`| Set type of border for the notification ([EXAMPLES](#-border-types-examples)) |
75
+
| accentColor | String |`'#00EA33'` (success type) / `'#FC6060'` (error type) / `'#8CACFF'` (warning type) / `'#FFD37D'` (info type) | Set accent color for the notification. The color of the border or the left side accent line |
76
+
| borderRadius | Number |`14`| Set border radius for the notification container |
77
+
| borderWidth | Number |`1`| Set border width for the notification container |
78
+
| multiline | Number |`1`| Set number of visible lines for the notification description |
79
+
| defaultIconType |`'color'` / `'monochromatic'` / `'no-icon'`|`'color'`| This props works only with default icons. If you set your own icon it has no effect. ([EXAMPLES](#%EF%B8%8F-default-icon-type-examples)) |
80
+
| leftIconSource | ImageSourcePropType / JSX.Element | - | Set custom left icon for the notification (in png) or as custom component. For example. `require(../assets/icon.png)` / `<CustomIcon name="cross"/>`|
0 commit comments