refactor(tailwind): replace deprecated tailwind utilities (#2542)
This commit is contained in:
@@ -28,7 +28,7 @@ const AppDataWarning = () => {
|
||||
<Alert
|
||||
title={intl.formatMessage(messages.dockerVolumeMissingDescription, {
|
||||
code: (msg: React.ReactNode) => (
|
||||
<code className="bg-opacity-50">{msg}</code>
|
||||
<code className="bg-gray-800/50">{msg}</code>
|
||||
),
|
||||
appDataPath: data.appDataPath,
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user