Skip to content

Commit fd589c2

Browse files
committed
Add @todo
1 parent 68d9534 commit fd589c2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/eui-theme-common/src/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,13 +474,15 @@ export const getTokenName = (
474474
* The "up" direction is built by making the y offset from layers
475475
* two and any subsequent layers, negative.
476476
*
477+
* @todo add a color space param to replace the hard-coded `hsl`
478+
*
477479
* @param layers
478480
* @param up - Modifies some values in order to get the "up" direction
479481
* @returns - A value for the CSS `box-shadow` property
480482
*/
481483
export function formatMultipleBoxShadow(
482484
layers: _EuiThemeShadowLayer[],
483-
up: boolean = false,
485+
up: boolean = false
484486
) {
485487
/* prettier-ignore */
486488
const shadowLayers = layers.map((layer, i) => {

0 commit comments

Comments
 (0)