Skip to content

Commit ef77638

Browse files
committed
Refactor TimeRange styles: Adjust container width and clean up commented code
1 parent 0420afa commit ef77638

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/time-range/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ const styles = StyleSheet.create({
9191
container: {
9292
height: ContainerHeight,
9393
position: "absolute",
94+
width: ListWidth - 20,
9495
right: 0,
9596
justifyContent: 'space-between',
96-
alignItems: 'center',
97+
// alignItems: 'center',
98+
// backgroundColor: "red"
9799
},
98100
arrowWrapper: {
99101
alignItems: 'center',

0 commit comments

Comments
 (0)