fixed lint issue on action button css

This commit is contained in:
Matthew Birtch 2024-03-15 10:24:02 -04:00
parent 352f3032e9
commit a0c0f27eea

View File

@ -7,8 +7,8 @@
justify-content: center;
padding: 8px 16px;
border: none;
background-color: rgba(var(--center-channel-color-rgb), 0.04);
border-radius: 4px;
background-color: rgba(var(--center-channel-color-rgb), 0.04);
color: rgba(var(--center-channel-color-rgb), 0.75);
font-size: 10px;
font-weight: 600;