diff --git a/ngui/ui/public/background-auth.jpeg b/ngui/ui/public/background-auth.jpeg new file mode 100644 index 000000000..5e38dfe33 Binary files /dev/null and b/ngui/ui/public/background-auth.jpeg differ diff --git a/ngui/ui/src/components/Button/Button.tsx b/ngui/ui/src/components/Button/Button.tsx index 5b9df74ca..9785c59ef 100644 --- a/ngui/ui/src/components/Button/Button.tsx +++ b/ngui/ui/src/components/Button/Button.tsx @@ -21,7 +21,7 @@ const Button = forwardRef( dashedBorder = false, size = "small", variant = "outlined", - uppercase = true, + uppercase = false, disabled = false, color = "info", type = "button", diff --git a/ngui/ui/src/components/ButtonLoader/ButtonLoader.tsx b/ngui/ui/src/components/ButtonLoader/ButtonLoader.tsx index 84a1d6bf1..5e67309f0 100644 --- a/ngui/ui/src/components/ButtonLoader/ButtonLoader.tsx +++ b/ngui/ui/src/components/ButtonLoader/ButtonLoader.tsx @@ -22,7 +22,6 @@ const ButtonLoader = ({ href, isLoading = false, color = "info", - uppercase = true, tooltip, ...rest }) => { @@ -49,7 +48,6 @@ const ButtonLoader = ({