From: Stephen Smith Date: Tue, 22 Nov 2022 15:36:28 +0000 (-0500) Subject: 19504: Use MDI frozen icon for better icon alignment X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/eb94bef4d2aebe2bf16093f776e1703d7db106fc?ds=sidebyside 19504: Use MDI frozen icon for better icon alignment Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/components/breadcrumbs/breadcrumbs.tsx b/src/components/breadcrumbs/breadcrumbs.tsx index 3237f80063..38c2a394b9 100644 --- a/src/components/breadcrumbs/breadcrumbs.tsx +++ b/src/components/breadcrumbs/breadcrumbs.tsx @@ -52,17 +52,19 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ opacity: 1 }, label: { - textTransform: "none" + textTransform: "none", + paddingRight: '3px', + paddingLeft: '3px', }, icon: { fontSize: 20, color: grey["600"], - marginRight: '10px', + marginRight: '5px', }, frozenIcon: { fontSize: 20, color: grey["600"], - marginLeft: '10px', + marginLeft: '3px', }, }); diff --git a/src/components/icon/icon.tsx b/src/components/icon/icon.tsx index 7fd32e5438..4446f92a8f 100644 --- a/src/components/icon/icon.tsx +++ b/src/components/icon/icon.tsx @@ -87,18 +87,14 @@ library.add( ); export const FreezeIcon = (props: any) => - - - + + + export const UnfreezeIcon = (props: any) => -
-
- - -
-
; + + + export const PendingIcon = (props: any) =>