Account settings Bio border fix for Safari

This commit is contained in:
charlesvinette 2020-09-16 14:15:38 -04:00
parent e1054363f2
commit 78ac670088

View File

@ -25,6 +25,7 @@ const STYLES_TEXTAREA = css`
transition: 200ms ease all;
padding: 16px 24px 16px 24px;
box-shadow: 0 0 0 1px inset ${Constants.system.border};
-webkit-box-shadow: inset 0 0 0 1px ${Constants.system.border};
`;
export class Textarea extends React.Component {