Upgraded MoonCore packages. Small ui improvement

This commit is contained in:
Masu-Baumgartner
2024-10-28 15:04:07 +01:00
parent c15f18108d
commit f6ed12fc7a
5 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
module.exports = {
content: [
'../**/*.razor',
'mappings/*.json'
'mappings/*.map'
],
theme: {
extend: {
@@ -30,11 +30,12 @@ module.exports = {
300: '#DBDFE9',
400: '#B5B5C3',
500: '#99A1B7',
600: '#78829D',
700: '#4B5675',
800: '#252F4A',
900: '#071437',
950: '#030712',
600: '#707993',
700: '#444e6b',
750: '#293249',
800: '#1c2438',
900: '#111721',
950: '#0e121c',
},
tertiary: {
50: '#f5f3ff',