Skip to content

Commit 6e71c69

Browse files
committed
fix: composer suggestions bg as well
1 parent 23672c2 commit 6e71c69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,18 @@ const useCommandPickerStyle = () => {
175175
flexGrow: 1,
176176
paddingHorizontal: primitives.spacingXxs,
177177
paddingBottom: primitives.spacing2xl,
178+
backgroundColor: semantics.composerBg,
178179
},
179180
title: {
181+
backgroundColor: semantics.composerBg,
180182
fontWeight: primitives.typographyFontWeightSemiBold,
181183
fontSize: primitives.typographyFontSizeMd,
182184
color: semantics.textPrimary,
183185
paddingHorizontal: primitives.spacingMd,
184186
paddingBottom: primitives.spacingMd,
185187
},
186188
}),
187-
[semantics.textPrimary],
189+
[semantics.composerBg, semantics.textPrimary],
188190
);
189191
};
190192

0 commit comments

Comments
 (0)