fix(ui): enable dim and nord themes by removing conflicting config
This commit is contained in:
@@ -5,12 +5,11 @@ module.exports = {
|
||||
extend: {
|
||||
colors: {
|
||||
gray: {
|
||||
900: '#111827',
|
||||
800: '#1f2937',
|
||||
700: '#374151',
|
||||
}
|
||||
}
|
||||
900: "#111827",
|
||||
800: "#1f2937",
|
||||
700: "#374151",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user