konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

Message component: cannot set bubbleSent and messageReceived colors #176

Closed aabluedragon closed 6 months ago

aabluedragon commented 7 months ago

Check that this is really a bug

Reproduction link

none

Bug description

The "colors" attribute of the "Message" component has the following options:

    messageSent?: string;
    messageNameIos?: string;
    messageNameMd?: string;
    messageSentIos?: string;
    messageSentMd?: string;
    bubbleReceivedIos?: string;
    bubbleReceivedMd?: string;

it's missing bubbleSent and messageReceived attributes.

Expected Behavior

It would be better if we also had bubbleSent & bubbleSentMd & bubbleSentIos And messageReceived & messageReceivedMd & messageReceivedIos

Actual Behavior

No response

Konsta UI version

3.1.0

Platform/Target and Browser Versions

Windows 11

Validations

Would you like to open a PR for this bug?