File tree Expand file tree Collapse file tree 1 file changed +0
-49
lines changed
packages/bundle-size-checker/src Expand file tree Collapse file tree 1 file changed +0
-49
lines changed Original file line number Diff line number Diff line change @@ -102,52 +102,3 @@ interface PrInfo {
102
102
sha : string ;
103
103
} ;
104
104
}
105
-
106
- // Check the PR message for available colors: https://github.com/mui/mui-public/pull/332
107
- type KatexColor =
108
- | 'blueviolet'
109
- | 'aquamarine'
110
- | 'brown'
111
- | 'cadetblue'
112
- | 'darkorchid'
113
- | 'chocolate'
114
- | 'cornflowerblue'
115
- | 'cyan'
116
- | 'darkgray'
117
- | 'darkslateblue'
118
- | 'forestgreen'
119
- | 'fuchsia'
120
- | 'gold'
121
- | 'goldenrod'
122
- | 'gray'
123
- | 'green'
124
- | 'greenyellow'
125
- | 'lavender'
126
- | 'lightgray'
127
- | 'limegreen'
128
- | 'magenta'
129
- | 'maroon'
130
- | 'mediumpurple'
131
- | 'midnightblue'
132
- | 'navajowhite'
133
- | 'olive'
134
- | 'orange'
135
- | 'orangered'
136
- | 'orchid'
137
- | 'pink'
138
- | 'plum'
139
- | 'purple'
140
- | 'red'
141
- | 'royalblue'
142
- | 'salmon'
143
- | 'seagreen'
144
- | 'silver'
145
- | 'skyblue'
146
- | 'springgreen'
147
- | 'tan'
148
- | 'thistle'
149
- | 'tomato'
150
- | 'turquoise'
151
- | 'violet'
152
- | 'yellow'
153
- | 'yellowgreen' ;
You can’t perform that action at this time.
0 commit comments