mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 21:18:58 +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)`
|
||||
height: 4rem;
|
||||
width: 4rem;
|
||||
height: 4rem !important;
|
||||
width: 4rem !important;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
border-radius: 25px;
|
||||
border-radius: 25px !important;
|
||||
|
||||
background-color: #65b7f3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user