Improvements to file tree icon buttons GitOrigin-RevId: a27b25e11c90f1b833fac0f5ce2c1cb8d0cedb8c
@@ -30,6 +30,7 @@ export default /** @type {const} */ ([
'table_chart',
'thumb_down',
'thumb_up',
+ 'upload',
'upload_file',
'web_asset',
])
@@ -91,7 +91,7 @@ export default function FileTreeActionButtons() {
id="upload"
description={t('upload')}
onClick={uploadWithAnalytics}
- iconType="upload_file"
+ iconType="upload"
/>
)}
{canBulkDelete && (
@@ -107,10 +107,6 @@
&:active {
color: var(--file-tree-expand-button-color);
}
-
- .material-symbols {
- font-size: 16px;
- }
.file-tree {