Skip to content

Commit 0041aa1

Browse files
authored
fix: update file pill styles (#422)
1 parent 2a56830 commit 0041aa1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/styles/components/chat/_chat-item-tree-view.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,8 @@
351351
background-color: var(--mynah-color-syntax-bg);
352352
border: var(--mynah-border-width) solid var(--mynah-color-border-default);
353353
border-radius: var(--mynah-input-radius);
354-
padding: calc(2 * var(--mynah-border-width)) calc(3 * var(--mynah-border-width));
355-
font-size: var(--mynah-font-size-small);
356-
font-family: var(--mynah-syntax-code-font-family);
354+
padding: 0 calc(4 * var(--mynah-border-width));
355+
font-size: var(--mynah-font-size-small) !important;
357356
color: var(--mynah-color-syntax-code);
358357
cursor: pointer;
359358
white-space: nowrap;

0 commit comments

Comments
 (0)