diff --git a/package.json b/package.json index 070807f..00c2cb8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/src/icon/Icons.tsx b/src/icon/Icons.tsx index ec3bcce..cd8186d 100644 --- a/src/icon/Icons.tsx +++ b/src/icon/Icons.tsx @@ -826,19 +826,33 @@ export const CloudUpload = () => ( //D export const DatabaseOutline = () => ( - - - + + + ); diff --git a/src/textfield/TextFieldBase.tsx b/src/textfield/TextFieldBase.tsx index 469f0d0..d336d91 100644 --- a/src/textfield/TextFieldBase.tsx +++ b/src/textfield/TextFieldBase.tsx @@ -153,7 +153,7 @@ const textFieldBaseCSS = (styleProps: StyleProps) => css` textarea { resize: none; - overflow-y: scroll; + overflow-y: auto; } }