feat: tampilan upload stiker di admin
This commit is contained in:
15
src/app_modules/_global/lib/base_style_text_input.tsx
Normal file
15
src/app_modules/_global/lib/base_style_text_input.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Styles } from "@mantine/core";
|
||||
import { BaseSelectStylesNames } from "@mantine/core/lib/Select/types";
|
||||
import { MainColor } from "../color";
|
||||
|
||||
export const baseStylesTextInput: Styles<
|
||||
BaseSelectStylesNames,
|
||||
Record<string, any>
|
||||
> = {
|
||||
label: {
|
||||
color: MainColor.white,
|
||||
},
|
||||
input: {
|
||||
backgroundColor: MainColor.white,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user