Commit d79b87a1 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Expand comment about an !important rule

parent ccd26460
......@@ -37,7 +37,11 @@ function ToggleExcerptButton({ classes, setCollapsed, collapsed }) {
>
<div className="flex items-center gap-x-2">
<Icon
classes="!text-tiny"
classes={classnames(
// TODO: Refactor shared LabeledButton styles such that rules
// have lower specificity and we don't need an !important rule here
'!text-tiny'
)}
name={collapsed ? 'expand' : 'collapse'}
title={collapsed ? 'expand' : 'collapse'}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment