Use 🇺🇸 spelling
This commit is contained in:
parent
feff820cd4
commit
59650035ec
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ interface State {
|
||||||
}
|
}
|
||||||
|
|
||||||
const MONTH_FORMAT = 'MMMM YYYY';
|
const MONTH_FORMAT = 'MMMM YYYY';
|
||||||
const COLOR_GREY = '#f3f3f3';
|
const COLOR_GRAY = '#f3f3f3';
|
||||||
|
|
||||||
const tabStyle = {
|
const tabStyle = {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
backgroundColor: COLOR_GREY,
|
backgroundColor: COLOR_GRAY,
|
||||||
padding: 20,
|
padding: 20,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue