We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a040a3b commit 2a79316Copy full SHA for 2a79316
site/src/components/DropdownMenu/DropdownMenu.tsx
@@ -234,5 +234,5 @@ export const DropdownMenuButton = forwardRef<
234
DropdownMenuButton.displayName = "DropdownMenuButton";
235
236
export const DropdownMenuChevronDown: FC = () => {
237
- return <ChevronDownIcon className="text-content-primary" />;
+ return <ChevronDownIcon className="text-content-primary !size-icon-xs" />;
238
};
site/tailwind.config.js
@@ -8,6 +8,11 @@ module.exports = {
8
important: ["#root", "#storybook-root"],
9
theme: {
10
extend: {
11
+ size: {
12
+ "icon-lg": "1.5rem",
13
+ "icon-sm": "1.125rem",
14
+ "icon-xs": "0.875rem",
15
+ },
16
fontSize: {
17
"2xs": ["0.625rem", "0.875rem"],
18
sm: ["0.875rem", "1.5rem"],
0 commit comments