Skip to content

Commit

Permalink
fix(textarea): changed text color when overflowing (#1271)
Browse files Browse the repository at this point in the history
Co-authored-by: Валерия Чуричева <[email protected]>
  • Loading branch information
churicheva-v and Валерия Чуричева authored Jun 27, 2024
1 parent feb4c05 commit c2c8027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/textarea/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
color: var(--input-color);
}
& .overflow {
color: var(--color-light-text-quaternary);
color: var(--color-light-text-tertiary);
}
&::-webkit-scrollbar-thumb {
background-color: transparent;
Expand Down

0 comments on commit c2c8027

Please sign in to comment.