First Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// @project
|
||||
import { withAlpha } from '@/utils/colorUtils';
|
||||
|
||||
/*************************** COMMON - FOCUS STYLE ***************************/
|
||||
|
||||
export function generateFocusStyle(color) {
|
||||
return {
|
||||
boxShadow: `0px 0px 0px 3px ${withAlpha(color, 0.2)}`
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user