UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

9 lines (8 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBoxShadow = void 0; var getBoxShadow = exports.getBoxShadow = function getBoxShadow(color) { return "0 0 0 2px ".concat(color); };