Skip to content

Commit 55412f6

Browse files
committed
fixes
1 parent 9dab794 commit 55412f6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/assets/chart-icon-pie-min.png

4.1 KB
Loading
303 Bytes
Loading

src/views/ChartRecBox.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,9 @@ export const ChartRecBox: FC<ChartRecBoxProps> = function ({ tableId, placeHolde
12651265
"& .MuiInput-underline:hover:not(.Mui-disabled):before": {
12661266
borderBottom: 'none',
12671267
},
1268+
"& .MuiInput-underline:not(.Mui-disabled):before": {
1269+
borderBottom: 'none',
1270+
},
12681271
"& .MuiInput-underline:(.Mui-disabled):before": {
12691272
borderBottom: 'none',
12701273
},

0 commit comments

Comments
 (0)