mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 00:15:56 +08:00
feedback btn fixed (#458)
This commit is contained in:
parent
95fb068bb0
commit
1bf6faff8b
@ -42,13 +42,13 @@ export const ButtonContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
export const Button = styled(ButtonComponent)`
|
export const Button = styled(ButtonComponent)`
|
||||||
height: 4rem;
|
height: 4rem !important;
|
||||||
width: 4rem;
|
width: 4rem !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px !important;
|
||||||
|
|
||||||
background-color: #65b7f3;
|
background-color: #65b7f3;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user