Skip to content

Commit

Permalink
align AgendaList sectionText for RTL support
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Aug 27, 2019
1 parent a90c415 commit 18ba8a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/expandableCalendar/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function styleConstructor(theme = {}) {
paddingTop: 24, // 8
paddingBottom: 8,
paddingLeft: 20,
backgroundColor: appStyle.calendarBackground
backgroundColor: appStyle.calendarBackground,
textAlign: 'left'
},
header: {
position: 'absolute',
Expand Down

0 comments on commit 18ba8a3

Please sign in to comment.