Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carousel: arrow color typing in app.config.ts only allows 'black' #2636

Open
LukasHechenbergerID opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2652
Open

Carousel: arrow color typing in app.config.ts only allows 'black' #2636

LukasHechenbergerID opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2652
Labels
bug Something isn't working triage

Comments

@LukasHechenbergerID
Copy link

Environment

Version

v2.19.2

Reproduction

Description

The carousel component typing only allows "black" as color for arrow buttons (at least in app.config.ts). But e.g. "primary" (and also "grey" in the docs) also works fine and different colors are often needed.

carousel.d.ts

declare const _default: {
    wrapper: string;
    container: string;
    item: string;
    arrows: {
        wrapper: string;
    };
    indicators: {
        wrapper: string;
        base: string;
        active: string;
        inactive: string;
    };
    default: {
        prevButton: {
            color: "black";
            class: string;
            icon: string;
        };
        nextButton: {
            color: "black";
            class: string;
            icon: string;
        };
    };
};
export default _default;

Additional context

No response

Logs

@LukasHechenbergerID LukasHechenbergerID added bug Something isn't working triage labels Nov 14, 2024
@gioboa gioboa linked a pull request Nov 15, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant