File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import ScreenshotArea from '../utils/screenshot-area';
1111// Rounded with background
1212const 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
6364const 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' ,
You can’t perform that action at this time.
0 commit comments