ToolJet/cypress-tests/cypress/constants/texts/button.js
2024-01-23 18:05:33 +05:30

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",
};