git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c8cd678
)
Remove incorrect rounded-r-none class from TextInput
author
Adam Dullage
<redacted>
Wed, 1 May 2024 20:46:31 +0000
(21:46 +0100)
committer
Adam Dullage
<redacted>
Wed, 1 May 2024 20:46:31 +0000
(21:46 +0100)
client/components/TextInput.vue
patch
|
blob
|
history
diff --git
a/client/components/TextInput.vue
b/client/components/TextInput.vue
index 080a6efc03dd4822f4c24df73ce7ccf5d21a47f6..204f631b24a7c83d2eb24ac32d35f5d689309388 100644
(file)
--- a/
client/components/TextInput.vue
+++ b/
client/components/TextInput.vue
@@
-1,7
+1,7
@@
<template>
<input
type="text"
- class="w-full rounded
rounded-r-none
border border-theme-border bg-theme-background-elevated px-3 py-2 focus:outline-none focus:ring-1"
+ class="w-full rounded border border-theme-border bg-theme-background-elevated px-3 py-2 focus:outline-none focus:ring-1"
placeholder="Search"
v-model="model"
/>
git clone https://git.99rst.org/PROJECT