Skip to content

Commit cfe2174

Browse files
committed
Bard - fix background and border-radius, including for dark mode
1 parent 928b17a commit cfe2174

File tree

1 file changed

+2
-2
lines changed
  • resources/css/components/fieldtypes

1 file changed

+2
-2
lines changed

resources/css/components/fieldtypes/bard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
=================================================== */
1010
@layer ui {
1111
.bard-editor {
12-
@apply relative rounded-sm p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
12+
@apply relative rounded-b-lg p-0 text-gray-900 dark:bg-gray-900 dark:text-gray-100;
1313
/* The focus state inherits this */
1414
> * {
1515
@apply rounded-b-lg;
@@ -256,7 +256,7 @@
256256
}
257257

258258
.bard-fieldtype .bard-content {
259-
@apply text-gray-900 dark:text-gray-300;
259+
@apply text-gray-900 dark:text-gray-300 bg-white dark:bg-gray-950 rounded-b-lg;
260260
blockquote,
261261
ol,
262262
p,

0 commit comments

Comments
 (0)