Update colors tokens for inputer/footer (#6523)

This commit is contained in:
Miguel Solorio
2025-08-26 15:08:47 -07:00
committed by GitHub
parent 327c5f889d
commit 6fb01ddcc4
12 changed files with 32 additions and 24 deletions

View File

@@ -9,7 +9,6 @@
* @author Ahmad Awais <https://twitter.com/mrahmadawais/>
*/
import { type ColorsTheme, Theme } from './theme.js';
import { darkSemanticColors } from './semantic-tokens.js';
const shadesOfPurpleColors: ColorsTheme = {
type: 'dark',
@@ -348,5 +347,4 @@ export const ShadesOfPurple = new Theme(
},
},
shadesOfPurpleColors,
darkSemanticColors,
);