Ana Sofia Marin Alexandre
2024-09-13 15:07:38 +02:00
committed by GitHub
parent 7fd86a860c
commit cf8b1161cc
45 changed files with 703 additions and 48 deletions

View File

@ -0,0 +1,6 @@
import { COLOR } from './Colors';
export const ILLUSTRATION_ICON_DARK = {
color: COLOR.blue50,
fill: COLOR.blue70,
};