Skip to content

Commit 4aad85e

Browse files
committed
fix priority icon to be displayed
1 parent ba926bf commit 4aad85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/experiments-realm/task.gts

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class FittedTask extends Component<typeof TaskBase> {
118118
{{/if}}
119119
</div>
120120
<div class='short-id-container'>
121-
<ChevronsUp width='14px' height='14px' />
121+
<@fields.priority @format='atom' />
122122
<span class='short-id'>{{@model.shortId}}</span>
123123
</div>
124124
</header>
@@ -204,7 +204,7 @@ export class FittedTask extends Component<typeof TaskBase> {
204204
.short-id-container {
205205
display: flex;
206206
align-items: center;
207-
gap: var(--boxel-sp-3xs);
207+
gap: var(--boxel-sp-xxxs);
208208
margin-left: auto;
209209
}
210210
.short-id {

0 commit comments

Comments
 (0)