21364: fixed loadmore button css Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
[arvados.git] / services / workbench2 / src / components / data-explorer / data-explorer.tsx
index ba710bc783e9ca6368c5355d042a3930e677af8b..83a71ab509b65fa169c25325465d3b95f531715f 100644 (file)
@@ -315,9 +315,11 @@ export const DataExplorer = withStyles(styles)(
                                         />
                                     ) : (
                                         <Button
-                                            variant="text"
-                                            size="medium"
+                                            size="small"
                                             onClick={this.loadMore}
+                                            variant="contained"
+                                            color="primary"  
+                                            style={{width: '100%', margin: '10px'}} 
                                         >
                                             Load more
                                         </Button>