Skip to content

Commit

Permalink
fix: update location and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yasha-black committed Sep 7, 2023
1 parent e6aaa53 commit be14c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/generalProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type NetworkProps = {
};

export type ThemeProps = {
theme: 'light' | 'dark' | 'system';
theme: string;
};

export type TraceProps = {
Expand Down
1 change: 1 addition & 0 deletions src/events/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum ElementLocation {
farmsList = 'farmsList',
createFarmForm = 'create-farm-form',
poolPosition = 'pool-position',
rewardsPage = 'rewards-page',
}

export enum ElementName {
Expand Down

0 comments on commit be14c66

Please sign in to comment.