mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-03 13:28:50 +00:00
14 lines
440 B
JavaScript
14 lines
440 B
JavaScript
export const buttonText = {
|
|
defaultWidgetText: "Button",
|
|
defaultWidgetName: "button1",
|
|
buttonTextLabel: "Button text",
|
|
loadingState: "Loading state",
|
|
buttonDocumentationLink: "Read documentation for Button",
|
|
backgroundColor: "Background color",
|
|
textColor: "Text color",
|
|
loaderColor: "Loader color",
|
|
defaultBackgroundColor: "#375FCF",
|
|
defaultTextColor: "#fff",
|
|
defaultLoaderColor: "#fff",
|
|
borderRadiusInput: "20",
|
|
};
|