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; }