import styled from 'styled-components'; import { Button, IconButtonProps } from '../../../general'; export const BarButton = styled(Button.IconButton)` &:hover:not([disabled]) { background-color: rgba(var(--rlm-overlay-hover-rgba)); } &:active:not([disabled]) { background-color: rgba(var(--rlm-overlay-active-rgba)); } `;