Skip to content
Top Bar

Pravin Varma

Web Developer | Photography | Graphic Design | Digital artwork | Photo editing

  • My Digital Artwork
  • Photography
  • View My Profile

Override TextField and Dialog box content for Material UI

const theme = createMuiTheme({
    overrides: {

        MuiOutlinedInput: {
            root:{
               padding:'10px',
                height:'50px',

            }
        },
        MuiDialogContent: {
            root:{
                padding:'20px 18px!important'
            }
        },
    },
});
Jun 6, 2019Javascript
Tags material, materialui, TextField

About the Author

Pravin Varma

Tech Lead at Calsoft

Post navigation

matSort, ERROR Error: Uncaught (in promise): HierarchyRequestError: Failed to execute ‘appendChild’ on ‘Node’: This node type does not support this method.
Find duplicate element in an array in Javascript

Pages

  • My Digital Artwork
  • Photography
  • View My Profile

Blogroll

  • Chrome extension
  • Flash Game

Archives

  • December 2022
  • July 2022
  • July 2021
  • June 2021
  • July 2020
  • June 2019
  • February 2019
  • January 2018
  • September 2017
  • July 2016
  • March 2016

You may also like these

Using Karma plugin in IntelliJ IDEA to run individual test files

pravindvarma@gmail.com

useContext hook

useMemo React

React useMemo example with explanation

hooks react

Mapping useEffect with lifecycle hook methods in React

Copyright © 2023 Bosa Blog. Powered by Bosa Themes