Skip to content

Commit c9e17de

Browse files
refactor: Update readme file
1 parent a39654a commit c9e17de

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ Here are the available theme options:
151151
titleColor?: string;
152152
headerActionColor?: string;
153153
borderColor?: string;
154-
borderWidth?: string;
155-
titlePadding?: string;
156154
};
157155
windowContainer?: {
158156
background?: string;
@@ -184,6 +182,8 @@ Here are the custom style options for the notification inbox:
184182
height?: number;
185183
titleFontWeight?: TextStyle['fontWeight'];
186184
titleSize?: number;
185+
borderWidth?: string;
186+
titlePadding?: number;
187187
}
188188
windowContainer?: {
189189
padding?: number;
@@ -317,7 +317,6 @@ function MyContainer(): React.JSX.Element {
317317
darkMode={false}
318318
/>
319319
<SirenInbox
320-
title="Notifications"
321320
hideHeader={false}
322321
darkMode={false}
323322
cardProps={{hideAvatar: false, disableAutoMarkAsRead: false}}

src/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export type ThemeProps = {
128128
titleColor?: string;
129129
headerActionColor?: string;
130130
borderColor?: string;
131-
borderWidth?: string;
132131
};
133132
windowContainer?: {
134133
background?: string;
@@ -140,8 +139,6 @@ export type ThemeProps = {
140139
subTitleColor?: string;
141140
descriptionColor?: string;
142141
dateColor?: string;
143-
timeIconSize?: number;
144-
deleteIconSize?: number;
145142
};
146143
};
147144

0 commit comments

Comments
 (0)