Skip to content

Commit

Permalink
Update avon_v2-light.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Design-System-Natura authored Jul 25, 2023
1 parent 533859f commit 9ca91a8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**
Tiago Guizelini - trigger pipeline
*/
import themes from '@naturacosmeticos/natds-themes'
import { IColorThemeTokens } from '../IColorThemeTokens'

const {
color
} = themes.avon_v2.light
const { color } = themes.avon_v2.light

export const avonV2LightColorTokens: IColorThemeTokens = {
colorPrimary: color.primary,
Expand Down

0 comments on commit 9ca91a8

Please sign in to comment.