Commit 842eb42b by tungnq

TODO: Đã hoàn thiện giao diện

parent 37b104a3
...@@ -72,7 +72,7 @@ const styles = StyleSheet.create({ ...@@ -72,7 +72,7 @@ const styles = StyleSheet.create({
minHeight: CELL_HEIGHT, minHeight: CELL_HEIGHT,
borderWidth: 1, borderWidth: 1,
borderColor: R.colors.grayBorderInputTextHeader, borderColor: R.colors.grayBorderInputTextHeader,
padding: 4, padding: 6,
alignItems: 'center', alignItems: 'center',
}, },
// Ô ngày được chọn // Ô ngày được chọn
...@@ -96,7 +96,7 @@ const styles = StyleSheet.create({ ...@@ -96,7 +96,7 @@ const styles = StyleSheet.create({
// Text ngày được chọn // Text ngày được chọn
selectedDayText: { selectedDayText: {
color: R.colors.black, color: R.colors.black,
fontWeight: 'bold', fontWeight: '500',
fontFamily: R.fonts.fontSemiBold, fontFamily: R.fonts.fontSemiBold,
}, },
// Text ngày hôm nay // Text ngày hôm nay
...@@ -106,8 +106,8 @@ const styles = StyleSheet.create({ ...@@ -106,8 +106,8 @@ const styles = StyleSheet.create({
fontFamily: R.fonts.fontSemiBold, fontFamily: R.fonts.fontSemiBold,
backgroundColor: R.colors.blue, backgroundColor: R.colors.blue,
borderRadius: 15, borderRadius: 15,
paddingHorizontal: 8, paddingHorizontal: 6,
paddingVertical: 2, paddingVertical: 4,
}, },
// Sự kiện trong ô ngày // Sự kiện trong ô ngày
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment