Skip to content

Commit

Permalink
remove custom font
Browse files Browse the repository at this point in the history
  • Loading branch information
ektaghag-eaton committed Dec 20, 2023
1 parent 49dfb36 commit 1256a2b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const fontConfig = {
},
};

export type ExtendedTheme = Omit<MD3Theme, 'colors' | 'fonts'> & {
export type ExtendedTheme = Omit<MD3Theme, 'colors'> & {
colors: {
primary: string;
primaryContainer: string;
Expand Down Expand Up @@ -177,6 +177,8 @@ export type ExtendedTheme = Omit<MD3Theme, 'colors' | 'fonts'> & {
surfaceContainerHighest: string;
disabledContainer: string;
onDisabledContainer: string;
sliderTrack: string;
sliderTrackDisabled: string;
errorFilledContainer: string;
onErrorFilledContainer: string;
errorShadedContainer: string;
Expand Down Expand Up @@ -219,11 +221,6 @@ export type ExtendedTheme = Omit<MD3Theme, 'colors' | 'fonts'> & {
onNeutralShadedContainer: string;
neutralOutlinedContainerOutline: string;
onNeutralOutlinedContainer: string;
sliderTrack: string;
sliderTrackDisabled: string;
};
fonts: MD3Typescale & {
customVariant: MD3Type;
};
};

Expand Down

0 comments on commit 1256a2b

Please sign in to comment.