Skip to content

Commit 65d1e80

Browse files
improve default dark theme
1 parent f991dd1 commit 65d1e80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/bless-ui.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
'[&>svg]:right-2 [&>svg]:absolute [&>svg]:pointer-events-none'
4343
],
4444
'variants' => [
45-
'normal' => 'border-neutral-300',
46-
'primary' => 'border-primary',
45+
'normal' => 'border-neutral-300 dark:bg-neutral-900',
46+
'primary' => 'border-primary dark:bg-neutral-900',
4747
]
4848
],
4949

@@ -53,8 +53,8 @@
5353
'rounded-sm'
5454
],
5555
'variants' => [
56-
'normal' => 'border-neutral-300',
57-
'primary' => 'border-primary',
56+
'normal' => 'border-neutral-300 dark:bg-neutral-900',
57+
'primary' => 'border-primary dark:bg-neutral-900',
5858
]
5959
],
6060

@@ -70,8 +70,8 @@
7070
'inline-flex',
7171
],
7272
'variants' => [
73-
'normal' => 'border-neutral-300',
74-
'primary' => 'border-primary',
73+
'normal' => 'border-neutral-300 dark:bg-neutral-900',
74+
'primary' => 'border-primary dark:bg-neutral-900',
7575
]
7676
],
7777

0 commit comments

Comments
 (0)