From 59650035ec8149c9a8f196ea363a2870d0945dd2 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 24 Apr 2018 12:41:41 -0400 Subject: [PATCH] Use :us: spelling --- ts/components/conversation/media-gallery/MediaGallery.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/media-gallery/MediaGallery.tsx b/ts/components/conversation/media-gallery/MediaGallery.tsx index 6e06cbbe1..a720ce046 100644 --- a/ts/components/conversation/media-gallery/MediaGallery.tsx +++ b/ts/components/conversation/media-gallery/MediaGallery.tsx @@ -24,11 +24,11 @@ interface State { } const MONTH_FORMAT = 'MMMM YYYY'; -const COLOR_GREY = '#f3f3f3'; +const COLOR_GRAY = '#f3f3f3'; const tabStyle = { width: '100%', - backgroundColor: COLOR_GREY, + backgroundColor: COLOR_GRAY, padding: 20, textAlign: 'center', };