mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
fix
This commit is contained in:
parent
6f4c56bc2c
commit
57c1fd356b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { BlendMode as PenpotBlendMode } from '@ui/lib/types/utils/blendModes';
|
|||
export const translateBlendMode = (blendMode: BlendMode): PenpotBlendMode => {
|
||||
switch (blendMode) {
|
||||
case 'PASS_THROUGH':
|
||||
return 'normal';
|
||||
return 'normal'; //@TODO: is not translatable in penpot, this is the closest one
|
||||
case 'NORMAL':
|
||||
return 'normal';
|
||||
case 'DARKEN':
|
||||
|
|
Loading…
Reference in a new issue