Skip to content

Commit

Permalink
add roboto font to textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
LrxGaelle committed Sep 5, 2023
1 parent f60b757 commit 93719a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BIMDataComponents/BIMDataTextarea/_BIMDataTextarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ textarea:-webkit-autofill {
display: flex;
margin: 0px;
color: var(--color-primary);
font-family: var(--primary-font);
border: none;
&:disabled {
background-color: transparent;
Expand Down Expand Up @@ -68,7 +69,7 @@ textarea:-webkit-autofill {
&::after {
width: 0;
height: 2px;
content: '';
content: "";
display: block;
position: absolute;
background-color: var(--color-primary);
Expand Down

0 comments on commit 93719a0

Please sign in to comment.