????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./eaabusiness.com/wp-content/plugins/everest-forms/src/dashboard/Theme/ |
Upload File : |
import { extendTheme } from "@chakra-ui/react"; const Theme = extendTheme({ colors: { primary: { 50: '#fafafc', 100: '#e8eefd', 200: '#b9cdf9', 300: '#8aabf4', 400: '#5c8af0', 500: '#2563eb', 600: '#134fd2', 700: '#0f3ea3', 800: '#0b2c75', 900: '#061a46', }, }, styles: { global: { ".wp-admin #everest-forms": { ms: "-20px" }, ".toplevel_page_everest-forms #wpwrap": { bgColor: "primary.50" }, ".ba-modal-open": { "#adminmenuwrap": { zIndex: 999 } } } }, components: { Button: { baseStyle: { borderRadius: "base" } }, Heading: { baseStyle: { margin: 0 } }, Text: { baseStyle: { margin: 0 } } } }); export default Theme;