Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb6b954

Browse files
authored
chore: update secondary and disabled text colors (#14355)
1 parentded612d commitfb6b954

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎site/src/theme/dark/mui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const muiTheme = createTheme({
2424
},
2525
text:{
2626
primary:tw.zinc[50],
27-
secondary:tw.zinc[300],
28-
disabled:tw.zinc[400],
27+
secondary:tw.zinc[400],
28+
disabled:tw.zinc[500],
2929
},
3030
divider:tw.zinc[700],
3131
warning:{

‎site/src/theme/darkBlue/mui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const muiTheme = createTheme({
2424
},
2525
text:{
2626
primary:tw.gray[50],
27-
secondary:tw.gray[300],
28-
disabled:tw.gray[400],
27+
secondary:tw.gray[400],
28+
disabled:tw.gray[500],
2929
},
3030
divider:tw.gray[700],
3131
warning:{

‎site/src/theme/light/mui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const muiTheme = createTheme({
2727
},
2828
text:{
2929
primary:tw.zinc[950],
30-
secondary:tw.zinc[700],
31-
disabled:tw.zinc[600],
30+
secondary:tw.zinc[600],
31+
disabled:tw.zinc[500],
3232
},
3333
divider:tw.zinc[200],
3434
warning:{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp