mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix text entry issue
This commit is contained in:
@@ -53,6 +53,7 @@ entry {
|
||||
@each $e_type, $e_color in (error, $error_color),
|
||||
(warning, $warning_color) {
|
||||
&.#{$e_type} {
|
||||
@include entry(normal);
|
||||
color: $e_color;
|
||||
border-color: entry_focus_border($e_color);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user