Skip to content

Commit 5a793f2

Browse files
committed
fix(input): requested changes
1 parent c1eacea commit 5a793f2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/input/themes/shared/input.fluent.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ $focused-height: calc(var-get($theme, 'size') - #{($focused-border-width * 2)});
122122
[part='prefix'] {
123123
display: none;
124124
}
125+
126+
[part='suffix'] {
127+
color: var(--ig-input-group-input-suffix-color--focused, var(--ig-gray-900));
128+
}
125129
}
126130

127131
:host([required]) {

src/components/textarea/themes/shared/textarea.fluent.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $theme: $fluent;
6464
transform-origin: top left;
6565
margin-top: 0;
6666
height: auto;
67-
margin-block-end: rem(4px);
67+
margin-block-end: rem(5px);
6868
}
6969

7070
:host([invalid]) {

0 commit comments

Comments
 (0)