From dc5b84cbffd47f6504dc8353cebe286ecffb82da Mon Sep 17 00:00:00 2001 From: Shams mosowi Date: Tue, 11 Feb 2020 15:05:24 +1100 Subject: [PATCH] update action ui --- www/src/components/Fields/Action.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/www/src/components/Fields/Action.tsx b/www/src/components/Fields/Action.tsx index 7a2fedec..4a8922be 100644 --- a/www/src/components/Fields/Action.tsx +++ b/www/src/components/Fields/Action.tsx @@ -4,7 +4,7 @@ import { SnackContext } from "../../contexts/snackContext"; import IconButton from "@material-ui/core/IconButton"; import Grid from "@material-ui/core/Grid"; import Typography from "@material-ui/core/Typography"; -import PlayIcon from "@material-ui/icons/PlayCircleFilled"; +import PlayIcon from "@material-ui/icons/PlayCircleOutline"; import ReplayIcon from "@material-ui/icons/Replay"; import { cloudFunction } from "../../firebase/callables"; @@ -83,7 +83,16 @@ export default function Action(props: Props) { ); else return ( - + + + {" "} + {callableName.replace("callable-", "")} +