mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-18 21:19:44 +00:00
fix: icon style
This commit is contained in:
parent
db2aebcf57
commit
b32fdbfc0a
@ -276,7 +276,7 @@ const CreateShortcutDialog: React.FC<Props> = (props: Props) => {
|
|||||||
<Icon.Sparkles className="ml-1 w-4 h-auto text-blue-600" />
|
<Icon.Sparkles className="ml-1 w-4 h-auto text-blue-600" />
|
||||||
</span>
|
</span>
|
||||||
<button className="w-7 h-7 p-1 rounded-md">
|
<button className="w-7 h-7 p-1 rounded-md">
|
||||||
<Icon.ChevronDown className={`w-5 h-auto text-gray-500 ${showOpenGraphMetadata ? "transform rotate-180" : ""}`} />
|
<Icon.ChevronDown className={`w-4 h-auto text-gray-500 ${showDescriptionAndTag ? "transform rotate-180" : ""}`} />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{showOpenGraphMetadata && (
|
{showOpenGraphMetadata && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user