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
-2
View File
@@ -5,7 +5,6 @@
*/
import { type ColorsTheme, Theme } from './theme.js';
import { lightSemanticColors } from './semantic-tokens.js';
const ayuLightColors: ColorsTheme = {
type: 'light',
@@ -135,5 +134,4 @@ export const AyuLight: Theme = new Theme(
},
},
ayuLightColors,
lightSemanticColors,
);