Preview: focus-shadow.style.js
Size: 218 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/design-system/build/utils/focus-shadow.style.js
import { parseToRgb } from 'polished';
export default (theme => {
const rgb = parseToRgb(theme.colors.accent);
const color = `rgba(${rgb.red}, ${rgb.green}, ${rgb.blue}, .58)`;
return `0 1px 4px 0 ${color};`;
});
Directory Contents
Dirs: 0 × Files: 21