Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeb893c

Browse files
committed
Fix styles
1 parent 02c26a5 commit eeb893c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/pages/GroupsPage/GroupPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const GroupPage: FC = () => {
133133
onClick={() => {
134134
setIsDeletingGroup(true);
135135
}}
136-
startIcon={<TrashIcon />}
136+
startIcon={<TrashIcon className="size-icon-xs" />}
137137
css={styles.removeButton}
138138
>
139139
Delete&hellip;

site/src/pages/WorkspacePage/WorkspaceTopbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const WorkspaceTopbar: FC<WorkspaceProps> = ({
199199
{shouldDisplayDormantData && (
200200
<TopbarData>
201201
<TopbarIcon>
202-
<TrashIcon />
202+
<TrashIcon className="size-icon-sm" />
203203
</TopbarIcon>
204204
<Link
205205
component={RouterLink}

0 commit comments

Comments
 (0)