fix: Remove border around textarea in dashboard edit mode (#34814)

This commit is contained in:
Kamil Gabryjelski
2025-08-22 11:24:53 +02:00
committed by GitHub
parent 6908a733a0
commit da8c0f94e6

View File

@@ -52,7 +52,6 @@ const StyledEditableTitle = styled.span<{
input[type='text'],
textarea {
border: 1px solid ${({ theme }) => theme.colorSplit};
color: ${({ theme }) => theme.colorTextTertiary};
border-radius: ${({ theme }) => theme.sizeUnit}px;
font-size: ${({ theme }) => theme.fontSizeLG}px;