Textarea font size consistency

This commit is contained in:
Chocobozzz 2024-12-19 08:06:30 +01:00
parent 6fca80f08c
commit 6a02798e83
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
}
@mixin peertube-textarea ($width, $height) {
@include peertube-input-text($width, 14px);
@include peertube-input-text($width);
& {
color: pvar(--textarea-fg) !important;