fix: emoji overflow and admin login cursor alignment
This commit is contained in:
@@ -960,7 +960,7 @@ const styles = StyleSheet.create({
|
|||||||
color: THEME.colors.text,
|
color: THEME.colors.text,
|
||||||
paddingHorizontal: THEME.spacing.md,
|
paddingHorizontal: THEME.spacing.md,
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
textAlign: 'center',
|
textAlign: 'left',
|
||||||
marginBottom: THEME.spacing.sm,
|
marginBottom: THEME.spacing.sm,
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
|
|||||||
@@ -699,6 +699,7 @@ const styles = StyleSheet.create({
|
|||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
backgroundColor: THEME.colors.background,
|
backgroundColor: THEME.colors.background,
|
||||||
|
overflow: 'hidden',
|
||||||
},
|
},
|
||||||
controlPanel: {
|
controlPanel: {
|
||||||
flex: 0.8,
|
flex: 0.8,
|
||||||
|
|||||||
Reference in New Issue
Block a user