Skip to content

Commit d9a7e1b

Browse files
committed
[mercury][input] Fix placeholder styles, and icon colorType
1 parent d04da47 commit d9a7e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common/src/metadata/components/input/metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const COMPONENT_CLASS = "input";
77
const ICON = getIconPath({
88
category: "system",
99
name: "user",
10-
colorType: "on-surface"
10+
colorType: "interactive"
1111
});
1212

1313
export const inputMetadata = parseMetadata({

packages/mercury/src/components/input/_input-styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
@if $add--placeholder {
6363
#{$empty-placeholder-selector} {
64-
@extend %body-italic-m;
64+
@include control-placeholder();
6565
}
6666
}
6767

0 commit comments

Comments
 (0)