From 081b04c989651a6f2a01705bffb20db88a1a6680 Mon Sep 17 00:00:00 2001 From: Dwayne Harris Date: Thu, 14 Nov 2019 13:55:51 -0500 Subject: [PATCH] WIP --- src/apps/gif-app/composer/app.tsx | 2 +- src/apps/gif-app/composer/gif.tsx | 2 +- src/apps/text-app/composer/app.tsx | 2 +- src/styles/default.css | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/gif-app/composer/app.tsx b/src/apps/gif-app/composer/app.tsx index e6d59ed..ae02cbb 100644 --- a/src/apps/gif-app/composer/app.tsx +++ b/src/apps/gif-app/composer/app.tsx @@ -153,7 +153,7 @@ const App: FC = ({ communicator }) => {
diff --git a/src/apps/gif-app/composer/gif.tsx b/src/apps/gif-app/composer/gif.tsx index 329ce1a..9bf79b6 100644 --- a/src/apps/gif-app/composer/gif.tsx +++ b/src/apps/gif-app/composer/gif.tsx @@ -9,7 +9,7 @@ interface Props { const Gif: FC = ({ gif, selected, onSelect }) => { return ( -
onSelect(gif.id)}> +
onSelect(gif.id)}> {gif.title}
) diff --git a/src/apps/text-app/composer/app.tsx b/src/apps/text-app/composer/app.tsx index 901f397..fcd6705 100644 --- a/src/apps/text-app/composer/app.tsx +++ b/src/apps/text-app/composer/app.tsx @@ -107,7 +107,7 @@ const App: FC = ({ communicator }) => {
diff --git a/src/styles/default.css b/src/styles/default.css index b82e3b7..15b7e2d 100644 --- a/src/styles/default.css +++ b/src/styles/default.css @@ -60,6 +60,7 @@ div.gifs { } div.gif { + border: 2px solid; margin: 5px; }