Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MisRob committed Dec 16, 2024
1 parent 867a4fb commit f1c6526
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@
backgroundColor: $themeTokens.error,
color: $themeTokens.textInverted,
':hover': {
// Vuetify generates this based on theme colors, but oddly it doesn't make it
// available in the theme tokens
// TODO: Replace with KDS lighten/darken utilities
backgroundColor: $darken1($themePalette.red.v_1100),
},
}"
Expand Down Expand Up @@ -233,4 +230,4 @@
.row {
padding: 8px 0;
}
</style>
</style>

0 comments on commit f1c6526

Please sign in to comment.