File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -740,7 +740,7 @@ class ArgoViewer extends LitElement {
740740 style ="color: white; border-radius: 9999px; align-self: flex-end; "
741741 @click =${ this . onShareCurrent }
742742 >
743- < md-icon slot ="icon " style ="color:white "> share</ md-icon >
743+ < md-icon slot ="icon " style ="color:#444 "> share</ md-icon >
744744 Share Current Page
745745 </ md-filled-button > `
746746 : ""
@@ -887,23 +887,23 @@ class ArgoViewer extends LitElement {
887887 aria-label ="Download "
888888 @click =${ this . onDownload }
889889 >
890- < md-icon style =" color: gray " > download</ md-icon >
890+ < md-icon > download</ md-icon >
891891 </ md-icon-button >
892892
893893 <!-- Share -->
894894 < md-icon-button
895895 aria-label ="Share "
896896 @click =${ this . onShareSelected }
897897 >
898- < md-icon style =" color: gray " > share</ md-icon >
898+ < md-icon > share</ md-icon >
899899 </ md-icon-button >
900900
901901 <!-- Delete -->
902902 < md-icon-button
903903 aria-label ="Delete "
904904 @click =${ this . onDeleteSelected }
905905 >
906- < md-icon style =" color: gray " > delete</ md-icon >
906+ < md-icon > delete</ md-icon >
907907 </ md-icon-button >
908908 </ div >
909909 </ div >
You can’t perform that action at this time.
0 commit comments