Vandivier / arias-tale-rpg

tech-forward role play experiment for fun, skill development, and community!
https://ariastale.com
MIT License
7 stars 3 forks source link

feat: Table Header opacity #68

Closed robertmetzker closed 8 months ago

robertmetzker commented 8 months ago

Stuck with the HSL format for adding a slightly opaque table header.

Also removed the default -1 for the Battle Health/Battle Power which prevents the sortUndefined from working as expected.

I do kind of like the more muted 10%, but am leaving that up to you: <TableHeader style={{ backgroundColor: 'hsla(0, 0%, 100%, 0.1)' }}>

vercel[bot] commented 8 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @Vandivier on Vercel.

@Vandivier first needs to authorize it.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
arias-tale-rpg ❌ Failed (Inspect) Jan 19, 2024 4:56am
Vandivier commented 8 months ago

i guess we should guard the type

image
Vandivier commented 8 months ago

closing in favor of #70