alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: note card inline input colour
author
pdelfan
date
2 months ago
(May 21, 2026, 5:15 PM -0700)
commit
f16cc178
f16cc178a8401db41054c61d554ed25a247aecf9
parent
66109a1f
66109a1ff990d36b60a6003eaa95e71445ab1dca
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
webapp
features
notes
components
noteCardInline
NoteCardInline.tsx
-1
src/webapp/features/notes/components/noteCardInline/NoteCardInline.tsx
View file
Reviewed
···
121
121
<Textarea
122
122
id="note-inline"
123
123
placeholder="Add a note about this card"
124
124
-
variant="filled"
125
124
size="md"
126
125
autosize
127
126
minRows={3}