1 2 3 4 5 6 7 8 9
import styled from "styled-components"; export const Buttons = styled.div` margin-top: 16px; display: flex; justify-content: space-between; gap: 8px; width: 100%; `;
[PATCH repo_name]