We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23672c2 commit 6e71c69Copy full SHA for 6e71c69
1 file changed
package/src/components/AttachmentPicker/components/AttachmentPickerContent.tsx
@@ -175,16 +175,18 @@ const useCommandPickerStyle = () => {
175
flexGrow: 1,
176
paddingHorizontal: primitives.spacingXxs,
177
paddingBottom: primitives.spacing2xl,
178
+ backgroundColor: semantics.composerBg,
179
},
180
title: {
181
182
fontWeight: primitives.typographyFontWeightSemiBold,
183
fontSize: primitives.typographyFontSizeMd,
184
color: semantics.textPrimary,
185
paddingHorizontal: primitives.spacingMd,
186
paddingBottom: primitives.spacingMd,
187
188
}),
- [semantics.textPrimary],
189
+ [semantics.composerBg, semantics.textPrimary],
190
);
191
};
192
0 commit comments