Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 610fe61

Browse files
style: placeholder font color
1 parent 940737f commit 610fe61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features/dashboard/components/ApiTokenForm/api-token.form.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ form {
107107
transform: translateY(rem(-2)) scale(0.75);
108108
}
109109
}
110+
&::placeholder {
111+
color: var(--colors-greyLight600);
112+
}
110113
}
111114
}
112115

0 commit comments

Comments
 (0)