mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Styling text button for left alignment
Summary: Adding text alignment for text buttons. Test Plan: Existing. Reviewers: JakubSerafin Reviewed By: JakubSerafin Differential Revision: https://phab.getgrist.com/D3884
This commit is contained in:
@@ -106,6 +106,7 @@ export const bigPrimaryButtonLink = tbind(button, null, {link: true, large: true
|
||||
export const textButton = styled(cssButton, `
|
||||
border: none;
|
||||
padding: 0px;
|
||||
text-align: left;
|
||||
background-color: inherit !important;
|
||||
&:disabled {
|
||||
color: ${theme.controlPrimaryDisabled};
|
||||
|
||||
Reference in New Issue
Block a user