Skip to content

Commit eef9ec3

Browse files
committed
fix: change text color in dark mode
1 parent 1f50f95 commit eef9ec3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pages/tabs/style-permutations.page.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import ScreenshotArea from '../utils/screenshot-area';
1111
// Rounded with background
1212
const style1 = {
1313
container: {
14+
// container styling is tested in pages/container/style-custom.page.tsx
1415
root: {
1516
borderRadius: '0px',
1617
},
@@ -61,12 +62,6 @@ const style1 = {
6162

6263
// Border colors with background
6364
const style2 = {
64-
container: {
65-
// All container properties are tested in pages/container/style-custom.page.tsx
66-
root: {
67-
borderRadius: '0px',
68-
},
69-
},
7065
tab: {
7166
backgroundColor: {
7267
default: 'light-dark(#fef3c7, #422006)',
@@ -86,7 +81,7 @@ const style2 = {
8681
default: 'light-dark(#92400e, #fef3c7)',
8782
hover: 'light-dark(#78350f, #fef9e7)',
8883
active: 'light-dark(#451a03, #ffffff)',
89-
disabled: 'light-dark(#d1d5db, #78350f)',
84+
disabled: 'light-dark(#cbd5e1, #b5b1a3ff)',
9085
},
9186
fontSize: '14px',
9287
fontWeight: '600',

0 commit comments

Comments
 (0)