File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/renderer/components/settings Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -102,28 +102,28 @@ export const NotificationSettings: FC = () => {
102
102
< Stack direction = "vertical" gap = "condensed" >
103
103
< Text > Show notification metric pills for:</ Text >
104
104
< Box className = "pl-4" >
105
- < ul >
106
- < li className = "flex items-center gap-1 ">
105
+ < Stack direction = "vertical" gap = "none" >
106
+ < Stack direction = "horizontal" gap = "condensed ">
107
107
< IssueClosedIcon size = { Size . SMALL } />
108
108
linked issues
109
- </ li >
110
- < li className = "flex items-center gap-1 ">
109
+ </ Stack >
110
+ < Stack direction = "horizontal" gap = "condensed ">
111
111
< CheckIcon size = { Size . SMALL } />
112
112
pr reviews
113
- </ li >
114
- < li className = "flex items-center gap-1 ">
113
+ </ Stack >
114
+ < Stack direction = "horizontal" gap = "condensed ">
115
115
< CommentIcon size = { Size . SMALL } />
116
116
comments
117
- </ li >
118
- < li className = "flex items-center gap-1 ">
117
+ </ Stack >
118
+ < Stack direction = "horizontal" gap = "condensed ">
119
119
< TagIcon size = { Size . SMALL } />
120
120
labels
121
- </ li >
122
- < li className = "flex items-center gap-1 ">
121
+ </ Stack >
122
+ < Stack direction = "horizontal" gap = "condensed ">
123
123
< MilestoneIcon size = { Size . SMALL } />
124
124
milestones
125
- </ li >
126
- </ ul >
125
+ </ Stack >
126
+ </ Stack >
127
127
</ Box >
128
128
</ Stack >
129
129
}
You can’t perform that action at this time.
0 commit comments