File tree 1 file changed +2
-2
lines changed
src/components/markdown/ProblemsList/DivisionList
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const DivisionButton = ({
126
126
: 'origin-top-right'
127
127
} right-0 absolute z-10 mt-2 rounded-md shadow-lg`} // w-36
128
128
>
129
- < div className = "rounded-md bg-white shadow-xs" >
129
+ < div className = "rounded-md bg-white dark:bg-gray-900 shadow-xs" >
130
130
< div
131
131
className = "py-1"
132
132
role = "menu"
@@ -137,7 +137,7 @@ const DivisionButton = ({
137
137
< button
138
138
key = { option }
139
139
onClick = { ( ) => handleSelect ( option ) }
140
- className = "flex items-center w-full text-left px-3 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900"
140
+ className = "flex items-center w-full text-left px-3 py-2 text-sm leading-5 text-gray-700 dark:text-dark-high-emphasis hover:bg-gray-100 dark: hover:bg-gray-700 hover: text-gray-900 dark:hover:text-dark-high-emphasis focus:outline-none focus:bg-gray-100 focus:text-gray-900"
141
141
role = "menuitem"
142
142
>
143
143
{ getCircle ( option ) }
You can’t perform that action at this time.
0 commit comments