ToolJet/cypress-tests/cypress/constants/texts/button.js

15 lines
440 B
JavaScript
Raw Normal View History

export const buttonText = {
defaultWidgetText: "Button",
defaultWidgetName: "button1",
buttonTextLabel: "Button text",
loadingState: "Loading state",
buttonDocumentationLink: "Read documentation for Button",
2024-01-23 12:35:33 +00:00
backgroundColor: "Background color",
textColor: "Text color",
loaderColor: "Loader color",
defaultBackgroundColor: "#375FCF",
defaultTextColor: "#fff",
defaultLoaderColor: "#fff",
borderRadiusInput: "20",
};