fix(css): textview paddings

This commit is contained in:
doryan 2024-08-15 23:33:11 +04:00
parent b4fb37539c
commit e8c73b75a1

View File

@ -1,6 +1,6 @@
textview {
border-radius: 5px;
padding: 5px;
padding: 7px 8px;
background: #E6E6E6;
outline-offset: 2px;
outline: 2px solid #81ABDF00;