@thryveai/theme-interfaces 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,9 +65,6 @@ export interface IDefaultThemeInterface {
|
|
|
65
65
|
mainMenu: INavStyles;
|
|
66
66
|
bottomMenu: INavBottom;
|
|
67
67
|
mobileMenu: INavStyles;
|
|
68
|
-
accountPopoverOptionButtonLink?: {
|
|
69
|
-
color?: string;
|
|
70
|
-
};
|
|
71
68
|
accountPopover: {
|
|
72
69
|
backgroundColor: string;
|
|
73
70
|
borderColor: string;
|
|
@@ -273,8 +270,8 @@ export interface IDefaultThemeInterface {
|
|
|
273
270
|
visited: ILinkType;
|
|
274
271
|
};
|
|
275
272
|
};
|
|
276
|
-
buttonLinks
|
|
277
|
-
color
|
|
273
|
+
buttonLinks: {
|
|
274
|
+
color: string;
|
|
278
275
|
};
|
|
279
276
|
buttons: {
|
|
280
277
|
globalThemeBorderRadius: string;
|