// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`should change the color of submit button when using button-color prop 1`] = ` `; exports[`should render button slot correctly 1`] = `
Custom button
`; exports[`should render decimal length correctly when using decimal-length prop 1`] = ` ¥ 1 .1 `; exports[`should render decimal length correctly when using decimal-length prop 2`] = ` ¥ 1 `; exports[`should render disabled submit button correctly 1`] = ` `; exports[`should render suffix-label correctly 1`] = `
Label ¥ 1 .11 Suffix Label
`; exports[`should render top slot correctly 1`] = `
Custom Top
`;