OwlCyberSecurity - MANAGER
Edit File: index.js
import { system } from '@styled-system/core' const config = { color: { property: 'color', scale: 'colors', }, backgroundColor: { property: 'backgroundColor', scale: 'colors', }, opacity: true, } config.bg = config.backgroundColor export const color = system(config) export default color