main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
549 bytes
|
Rev | Line | |
---|
[5d6f37a] | 1 | import { Theme } from '@mui/material/styles';
|
---|
| 2 |
|
---|
| 3 | // ----------------------------------------------------------------------
|
---|
| 4 |
|
---|
| 5 | export function select(theme: Theme) {
|
---|
| 6 | return {
|
---|
| 7 | MuiSelect: {
|
---|
| 8 | styleOverrides: {
|
---|
| 9 | icon: {
|
---|
| 10 | right: 10,
|
---|
| 11 | width: 18,
|
---|
| 12 | height: 18,
|
---|
| 13 | top: 'calc(50% - 9px)',
|
---|
| 14 | },
|
---|
| 15 | },
|
---|
| 16 | },
|
---|
| 17 | MuiNativeSelect: {
|
---|
| 18 | styleOverrides: {
|
---|
| 19 | icon: {
|
---|
| 20 | right: 10,
|
---|
| 21 | width: 18,
|
---|
| 22 | height: 18,
|
---|
| 23 | top: 'calc(50% - 9px)',
|
---|
| 24 | },
|
---|
| 25 | },
|
---|
| 26 | },
|
---|
| 27 | };
|
---|
| 28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.