Skip to content

Commit 3dbc799

Browse files
committed
refactor: remove unused style from organization screen
1 parent f026676 commit 3dbc799

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/organization/screens/organization-profile.screen.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ const actionCreators = {
4949
const actions = dispatch => bindActionCreators(actionCreators, dispatch);
5050

5151
const DescriptionListItem = styled(ListItem).attrs({
52-
titleStyle: {
53-
color: colors.black,
54-
...fonts.fontPrimary,
55-
},
5652
subtitleStyle: {
5753
color: colors.greyDark,
5854
...fonts.fontPrimary,

0 commit comments

Comments
 (0)