mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 02:12:38 +01:00
Update Button.tsx
This commit is contained in:
parent
7a907d38ec
commit
c598875a75
@ -18,7 +18,7 @@ export default styled.button<Props>`
|
||||
border: none;
|
||||
transition: background 0.2s ease-in-out;
|
||||
cursor: ${(props) => (props.disabled ? "not-allowed" : "pointer")};
|
||||
opacity: ${(props) => (props.disabled ? 0.5 : 1)};
|
||||
opacity: ${(props) => (props.disabled ? 0.5 : 1)}
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
||||
${(props) => {
|
||||
|
Loading…
Reference in New Issue
Block a user