mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 04:19:02 +08:00
fix(UI): icon is updated (#438)
This commit is contained in:
parent
afc0559456
commit
fbf047a477
@ -44,6 +44,9 @@ export const ButtonContainer = styled.div`
|
|||||||
export const Button = styled(ButtonComponent)`
|
export const Button = styled(ButtonComponent)`
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user