buttons: prevent text selection on click

This commit is contained in:
@wwwjim 2020-07-27 23:55:38 -07:00
parent d3ac3599ed
commit da5e35a897

View File

@ -19,6 +19,7 @@ const STYLES_BUTTON = `
letter-spacing: 0.2px;
font-family: ${Constants.font.semiBold};
transition: 200ms ease all;
user-select: none;
`;
const STYLES_BUTTON_FULL = `
@ -36,6 +37,7 @@ const STYLES_BUTTON_FULL = `
letter-spacing: 0.2px;
font-family: ${Constants.font.semiBold};
transition: 200ms ease all;
user-select: none;
`;
const STYLES_BUTTON_PRIMARY = css`