mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-02 19:40:38 +08:00

* feat: trace to logs and logs to trace is added * chore: icons and spanId is updated * chore: feedback changes are updated --------- Co-authored-by: Ankit Nayan <ankit@signoz.io>
9 lines
151 B
TypeScript
9 lines
151 B
TypeScript
import { Button } from 'antd';
|
|
import styled from 'styled-components';
|
|
|
|
export const ButtonContainer = styled(Button)`
|
|
&&& {
|
|
padding-left: 0;
|
|
}
|
|
`;
|