Results 26 issues of Rc85

Some of my text have white background and I cannot remove or make it transparent.

Code ``` pgm.dropColumn({ name: 'points', schema: 'app' }, 'email', { cascade: true }); ``` Error ``` Error executing: ALTER TABLE "app"."points" DROP "email"; error: cannot drop table app.points column email...

c: bug
good first issue
help wanted
p: 1-normal
s: accepted

# Feature Request ## Why it is needed Bottom sheet is sometimes used with customized background, such as a map. When bottom sheet's height is dynamically defined, the maps height...

enhancement

## 🚀 Feature Proposal Allow Button props to override ButtonGroup props or implement selectedIndex and onSelect/onPress into ButtonGroup and the button of the selected index will automatically become filled. ##...

:bulb: Proposal

**Is your feature request related to a problem? Please describe.** I want to stay away from using .css or .scss files to style my duotone icons and use mainly inline...

I noticed these two properties were added to my objects and although it only presented one minor issue, please consider on renaming these two properties to something less common and...

The two that I have discovered are Algeria and Antigua and Barbuda

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 In the current state of Skeleton,...

component: skeleton
status: needs triage

### What would you like? I have been declaring a variable with `cy.get` and was causing inconsistency as to which element it was asserting. The documentation doesn't state that this...