Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c26a5 commit eeb893cCopy full SHA for eeb893c
site/src/pages/GroupsPage/GroupPage.tsx
@@ -133,7 +133,7 @@ const GroupPage: FC = () => {
133
onClick={() => {
134
setIsDeletingGroup(true);
135
}}
136
- startIcon={<TrashIcon />}
+ startIcon={<TrashIcon className="size-icon-xs" />}
137
css={styles.removeButton}
138
>
139
Delete…
site/src/pages/WorkspacePage/WorkspaceTopbar.tsx
@@ -199,7 +199,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
199
{shouldDisplayDormantData && (
200
<TopbarData>
201
<TopbarIcon>
202
- <TrashIcon />
+ <TrashIcon className="size-icon-sm" />
203
</TopbarIcon>
204
<Link
205
component={RouterLink}
0 commit comments