Skip to content

Commit db66000

Browse files
committed
CalendarProvider - today button to take it's children size and not expand it's length
1 parent b69bf40 commit db66000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expandableCalendar/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ export default function styleConstructor(theme: Theme = {}) {
130130
flex: 1
131131
},
132132
todayButtonContainer: {
133+
borderWidth: 1,
133134
alignItems: appStyle.todayButtonPosition === 'right' ? 'flex-end' : 'flex-start',
134135
position: 'absolute',
135136
left: 20,
136-
right: 20,
137137
bottom: 0
138138
},
139139
todayButton: {

0 commit comments

Comments
 (0)