Skip to content

Commit a7b6926

Browse files
committed
Remove bg and add border back
1 parent b79455b commit a7b6926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceDeleteDialog/WorkspaceDeleteDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const styles = {
1212
workspaceInfo: (theme) => ({
1313
display: "flex",
1414
justifyContent: "space-between",
15-
backgroundColor: theme.palette.divider,
1615
borderRadius: 6,
1716
padding: 16,
1817
marginBottom: 20,
1918
lineHeight: "1.3em",
19+
border: `1px solid ${theme.palette.divider}`,
2020

2121
"& .name": {
2222
fontSize: 16,

0 commit comments

Comments
 (0)