Skip to content

Commit ddd2ead

Browse files
committed
change request
1 parent def63f3 commit ddd2ead

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/theme/palette.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const lightThemePalette: PaletteOptions = {
3636
main: "#12B76A",
3737
dark: "#027A48",
3838
light: "#D1FADF",
39-
contrastText: "#ffffff",
39+
contrastText: "#ffffff",
4040
},
4141
warning: {
4242
main: "#F79009",
@@ -52,7 +52,7 @@ const lightThemePalette: PaletteOptions = {
5252
main: "#0BA5EC",
5353
dark: "#026AA2",
5454
light: "#7CD4FD",
55-
contrastText: "#ffffff",
55+
contrastText: "#ffffff",
5656
},
5757
text: {
5858
primary: "#101828",
@@ -172,8 +172,8 @@ const lightThemePalette: PaletteOptions = {
172172
active: "rgba(127, 127, 126, 0.6)",
173173
hover: "rgba(16, 24, 40, 0.04)",
174174
selected: "rgba(127,127, 126, 0.13)",
175-
disabled: "rgba(127,127, 126, 0.48)",
176-
disabledBackground: "rgba(127,127, 126, 0.2)",
175+
disabled: "rgba(127,127, 126, 0.48)",
176+
disabledBackground: "rgba(127,127, 126, 0.2)",
177177
focus: "rgba(16, 24, 40, 0.12)",
178178
},
179179
};
@@ -196,4 +196,4 @@ const darkThemePalette = {
196196
},
197197
};
198198

199-
export { lightThemePalette, darkThemePalette };
199+
export { lightThemePalette, darkThemePalette };

0 commit comments

Comments
 (0)