From 76df2bc75a74cca8c7d84e8178e8736d2f71b290 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 15 Oct 2020 15:00:16 -0400 Subject: [PATCH] adjust FileGraphic to fill thumbnail area --- src/admin/components/graphics/File/index.js | 46 ++++++++++----------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/src/admin/components/graphics/File/index.js b/src/admin/components/graphics/File/index.js index f479c35998..8223e91e27 100644 --- a/src/admin/components/graphics/File/index.js +++ b/src/admin/components/graphics/File/index.js @@ -1,30 +1,28 @@ import React from 'react'; -const File = () => { - return ( - ( + + - - - + height="150" + transform="translate(0 0.5)" + fill="#333333" + /> + + - - ); -}; + +); export default File;