Skip to content

Commit

Permalink
better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassth committed Jan 25, 2023
1 parent ac99b44 commit da081c1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/styles/FluentTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const ttcPalate: PartialTheme = {
colorBrandForegroundLink: "#ae1e17",
colorBrandForegroundLinkHover: "#ae1e17",
colorBrandForegroundLinkPressed: "#5e110c",
// icon colos on hover
colorNeutralForeground2BrandHover: "#ae1e17",
colorNeutralForeground2BrandPressed: "#5e110c",
// buttons, badge
// icon colors on hover
colorNeutralForeground2BrandHover: "#f54747",
colorNeutralForeground2BrandPressed: "#de2828",
// buttons, badge with text
colorBrandBackground: "#9c1b14",
colorBrandBackgroundHover: "#70130e",
colorBrandBackgroundPressed: "#5e110c",
Expand All @@ -32,6 +32,10 @@ const ttcPalate: PartialTheme = {
colorCompoundBrandStroke: "#9c1b14",
colorCompoundBrandStrokeHover: "#ae1e17",
colorCompoundBrandStrokePressed: "#5e110c",
// switch
colorCompoundBrandBackground: "#9c1b14",
colorCompoundBrandBackgroundHover: "#ae1e17",
colorCompoundBrandBackgroundPressed: "#5e110c",
};

export const ttcEtaLightTheme: Theme = {
Expand Down

0 comments on commit da081c1

Please sign in to comment.