kleros/kleros-v2

View on GitHub
web/src/components/ErrorButtonMessage.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import styled from "styled-components";

export const ErrorButtonMessage = styled.div`
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  margin: 12px;
  color: ${({ theme }) => theme.error};
  font-size: 14px;
`;