Adjust icon import path and button icon width

This commit is contained in:
akcodez
2025-02-14 07:16:35 -08:00
parent a519ac02a0
commit e95cb4cca4
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import { slugify } from "../../helpers";
import { Link } from "@redocly/theme/components/Link/Link"; import { Link } from "@redocly/theme/components/Link/Link";
import { ColorModeSwitcher } from "@redocly/theme/components/ColorModeSwitcher/ColorModeSwitcher"; import { ColorModeSwitcher } from "@redocly/theme/components/ColorModeSwitcher/ColorModeSwitcher";
import { AlgoliaSearch } from "./AlgoliaSearch"; import { AlgoliaSearch } from "./AlgoliaSearch";
import arrowUpRightPurpleIcon from "../../static/img/icons/arrow-up-right-purple.svg"; import arrowUpRightPurpleIcon from "../../../static/img/icons/arrow-up-right-purple.svg";
// @ts-ignore // @ts-ignore

File diff suppressed because one or more lines are too long

View File

@@ -88,7 +88,7 @@
.button-icon { .button-icon {
aspect-ratio: 0.71; aspect-ratio: 0.71;
object-fit: contain; object-fit: contain;
width: 12px; width: 13.8px;
@media (max-width: 524px) { @media (max-width: 524px) {
width: 10px; width: 10px;